Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How many types of thread in java? give the name

Answer Posted / tadveer

there are two types of thread
1.user thread
2.kernel thread

java works only in user thread , kernel thread handles by OS.

user thread categorized as
1.daemon thread(which are executing in background like Gabage collector,ThreadScheduler)
2.non daemon thread(created by the user)

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what pure virtual function is?

1073


When will we prefer to use set and list in java and why?

1023


How are observer and observable used in java programming?

1080


What are the advantages of exception handling in java?

1103


How does thread synchronization occurs inside a monitor?

1187


What does the string method compareto () do?

1116


What is the function of http?

1068


What is <> used for in java?

1171


Why is a singleton bad?

1008


What is class array in java?

1125


What is defined as false sharing in the context of multithreading?

1088


What is the abstract class?

1095


What is the applet security manager, and what does it provide?

1047


What is string builder?

952


What are the drawbacks of singleton class?

1064