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

Q

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

✍: Guest

A

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

2012-10-29, 2231👍, 0💬