Daemon thread in java
In java, we have learned many things about the multithreading in recent posts. There are two types of threads, user thread and daemon thread. We have already discussed the user thread in separate posts. In this post, we will learn what is daemon thread in java and what is the use of Java daemon thread. … Read more