Answer Posted / vishal
There are Mainly two types of threads
1:Daemon Thread
2:Current Thread
Daemon Thread:
Thread that works in background to give support for its
relative environment.
Current Thread:
Thread that is executing on any object.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a null class?
Is an array a vector?
Why set is used in java?
Java.util.regex consists of which classes?
Explain a few methods of overloading best practices in java?
What is boolean data type in java?
What are the difference between composition and inheritance in java?
What is class and its types?
What is meant by stack and queue?
What is byte [] in java?
what are three ways in which a thread can enter the waiting state? : Java thread
What is the difference between a choice and a list?
How to make a class or a bean serializable?
How will you print number in reverse (descending) order in BST.
What is sorting algorithm in java?