Question 4
Not yet
answered
Marked out of
1.00
P Flag
question
What will be the output of the program ?
public class Test extends Thread {
public static void main(String[ args) {
Test t = new Testo;
Thread X = new Thread(t);
N.starto;
}
public void runo
for (int i = 0; i < 3; ++i) {
System.out.print(i + "..");
}
}
Answers
Answered by
0
Answer:
question Samajh nhi aaya.
Similar questions