Wednesday, February 11, 2009

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

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

No comments: