Tuesday, November 29, 2011

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.
Category:Java Interview Questions

No comments:

Post a Comment