resume() method - Suspend thread be revived - Java

Q.  By using which of the following method can the suspend thread be revived?
- Published on 16 Jun 15

a. suspend() method
b. start() method
c. resume() method
d. end() method

ANSWER: resume() method
 
The resume()method is the method which is used to revive a thread which was suspended using the suspend() method.

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.)