How many types of thread in java? give the name
Answer Posted / mishal tripathi
There are two types of threads in JAVA i.e.
1) User Thread :- This thread is created by user program
itself e.g. Main thread.
2) Daemon Thread:- This is JVM itself generated thread.
Example of this thread is Thread Scheduler and Garbage Collector
| Is This Answer Correct ? | 123 Yes | 15 No |
Post New Answer View All Answers
Can we declare array without size in java?
What is the purpose of checked and unchecked exceptions in JAVA?
Is java platform independent?
What do you mean by Function Overloading in java?
What does += mean in java?
How destructors are defined in java?
How do you check if two strings are equal in java?
Is a case study a method or methodology?
What is regex in java?
What is string [] args?
Explain different types of wrapper classes in java?
What is the difference between java applets and applications?
How many characters is 16 bytes?
How to create a base64 decoder in java8?
What is the difference between the font and fontmetrics classes in java programming?