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
Why can we not override static method?
What is assembly used for?
What are use cases?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
How do you create a sop?
what is the difference between future and callable interface in java?
How to create an interface?
How do you read a char in java?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
what is meant by encapsulation?
What are java threads?
Explain access modifiers in java.
Is java hashset ordered?
What is the advantage of preparedstatement over statement?
What is a predicate method?