Sail E0 Webinar
Question
What will be the output?
class A extends Thread{
public void run(){
for(int i=0; i
Options:
A .  0 0
B .  Compilation error, class A has no start method
C .  0 1
D .  Compilation succeed but runtime exception
E .  None of these
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

More Questions on This Topic :


Latest Videos

Latest Test Papers