Thread creation - Core Java

Q.  These two ways

By extending Thread class
By implementing Runnable interface.

are used to?

- Published on 13 Jul 15

a. Joining a thread
b. Naming a thread
c. Create a thread
d. sleeping a thread

ANSWER: Create a thread

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)