Answer Posted / karthick
Threads are of two types
1.Daemon thread
2.Non- Daemon thread.
Both can be created by user. The only difference is JVM
quits when all Non-Daemon executed. JVM wont consider about
Daemon threads.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is the use of accept () method in java?
What is a percentage sign called?
Why does java not support operator overloading?
What is an array in java?
What is advantage of java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Explain the concept of proper inheritance?
What is the main use of java?
What is thread safe singleton?
Explain about class in java?
Explain the reason behind ending a program with a system.exit(0)?
Which is dependent variable?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is split return?
Difference between string, string builder, and string buffer?