DEVFYI - Developer Resource - FYI

What method is invoked to cause an object to begin executing as a separate thread?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

232. What method is invoked to cause an object to begin executing as a separate thread?

The start() method of the Thread class is invoked to cause an object to begin executing as a separate thread.

(Continued on next question...)

Other Interview Questions