Posted By:
Teena_Pathak
Posted On:
Thursday, September 13, 2007 09:28 AM
Which one of the following is a limitation of subclassing the Thread class?
Choice 1 It cannot have any static methods in the class.
Choice 2 It must declare the class final.
Choice 3 It cannot subclass any other class.
Choice 4 It must implement the Threadable interface.
Choice 5 It must catch the ThreadDeath exception
.