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 do you understand by java virtual machine?
What are decalarations?
What is hash table in java?
What is the difference between JDBC 1.0 and JDBC 2.0?
Can java list be null?
What is the do while loop syntax?
What is prime number in java?
What is the original name of java?
Can a class declared as private be accessed outside it’s package?
What does pointer mean?
Which are different kinds of source code?
What are the wrapped, classes?
What languages are pass by reference?
Does java isempty check for null?
What are parsing rules?