Multi Threading
© examsiri.com
Question : 9 of 44
Marks:
+1,
-0
Given:
What is the result?
1. public class TestOne {
2.   public static void main (String[] args) throws Exception {
3.    Thread.sleep(3000);
4.    System.out.println("sleep");
5.   }
6. }What is the result?
Go to Question: