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 java english?
What are inner classes or non static nested classes in java?
What are the advantages of assembly language?
What is Java Shutdown Hook?
How do you join strings in java?
Can a serialized object be transferred via network?
What are inbuilt functions in java?
What is the byte range?
Can we have two main methods in a java class?
What is the static variable?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Which of the classes will have more memory allocated?
What is the difference between stringbuffer and stringbuilder class?
What is a vector in java?
What is a package in java? List down various advantages of packages.