Sail E0 Webinar
Question

Which two of the following methods are defined in class Thread?

    1. start()

    2. wait()

    3. notify()

    4. run()

    5. terminate()


Options:
A .  1 and 4
B .  2 and 3
C .  3 and 4
D .  2 and 4
Answer: Option A

(1) and (4). Only start() and run() are defined by the Thread class.

(2) and (3) are incorrect because they are methods of the Object class. (5) is incorrect 

because there's no such method in any thread-related class.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers