Answer Posted / ankush sharma
we have three types of threads
1.User Define Thread(main Thread always execute first and
start another thread)
2. Daemon thread (garbage Collection low priority thread)
3. GUI Thread( make as new create in main methods )
| Is This Answer Correct ? | 25 Yes | 38 No |
Post New Answer View All Answers
What is a type parameter in java?
What is variable and constant explain with example?
Can we write class inside a class in java?
What are static blocks in java ?
What is a java applet? What is an interface?
Can we force the garbage collection to run?
Is assembly language a low level language?
Can we pass null as argument in java?
How to change value in arraylist java?
Why is it called boolean?
What does math floor () do?
Which java version is latest?
How to sort an unsorted array in java?
What is equals method in java?
What is meant by anonymous class?