Explain daemon thread.
Answer / Deepika Sengar
A daemon thread is a type of thread that runs in the background and supports other threads. By default, a thread created with the Java virtual machine (JVM) is a user thread and not a daemon thread. If no user threads are left running, the JVM exits.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens when you omit a brace or misspell one of the words, like public or
What is stateful in java?
What are jpa repositories?
What are the types of cookies in java?
How do I install eclipse?
What is stateless class in java?
What is dependency injection in java?
Can I have multiple main methods in the same class?
Explain the encapsulation principle.
What is web xml java?
What services can invoke lambda?
What is a java singleton?