Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > Java

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 04-03-2016, 10:58 PM   #1
Kunal
Registered User
 
Join Date: Feb 2016
Posts: 73
What is daemon thread?

Daemon thread is a low priority thread. It runs intermittently in the back ground, and takes care of the garbage collection operation for the java runtime system. By calling setDaemon() method is used to create a daemon thread.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Kunal is offline   Reply With Quote

Old 04-17-2016, 11:59 PM   #2
sudeepkhana
Registered User
 
Join Date: Jan 2016
Location: India
Posts: 1,258
Daemon thread is the thread that does not prevent JVM from exciting when the program finishes but the thread is still running.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sudeepkhana is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Same thread on different forums machinedock Search Engine Optimization 4 03-02-2016 07:26 AM
How to make my thread more appealing in a forum? rummy26 Social Networks 5 01-16-2014 05:01 AM
PTFE Thread Seal Tape ptfetapes General Discussion 3 01-02-2014 04:36 AM
Bad Word in thread JustPlumeria General Discussion 4 12-26-2013 05:28 AM


All times are GMT -7. The time now is 05:16 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.