Q. Which method is used to start a thread in Java?

A
start()
B
run()
C
init()
D
begin()
Solution:

The start() method initiates a new thread of execution by calling run() internally.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!