What is Daemon thread?

Daemon thread provides services to the client. Its life rely on upon the benevolence of client threads i.e. at the point if all the client threads dies, JVM ends this thread consequently.

There are numerous java daemon strings running naturally such as gc, finalizer and so forth.

You can see all the detail by writing the jconsole in the CMD. The jconsole instrument gives data about the stacked classes, memory utilization, so on.

No comments:

Post a Comment

What is Normalization?

Database normalization is a data design and organization process applied to data structures based on rules that help building relational dat...