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...


different types of threads?

Answers were Sorted based on User's Feedback



different types of threads?..

Answer / lokesh reddy

According to java
1.Hungry Threads/Greedy Threads
2.Orphan Threads/Parent-less Threads
3.Sleeping Threads
4.Daemon Threads
5.Synchronized Threads

Is This Answer Correct ?    0 Yes 1 No

different types of threads?..

Answer / vishal

There are Mainly two types of threads
1:Daemon Thread
2:Current Thread

Daemon Thread:
Thread that works in background to give support for its
relative environment.

Current Thread:
Thread that is executing on any object.

Is This Answer Correct ?    0 Yes 2 No

different types of threads?..

Answer / mazhar

TWO TYPE THREADS
1) CLOCK WISE
2) ANTI CLOCK WISE

Is This Answer Correct ?    2 Yes 5 No

different types of threads?..

Answer / karthick

Threads are of two types
1.Daemon thread
2.Non- Daemon thread.

Both can be created by user. The only difference is JVM
quits when all Non-Daemon executed. JVM wont consider about
Daemon threads.

Is This Answer Correct ?    4 Yes 9 No

different types of threads?..

Answer / nikhil bhosale

2 types of thread is

1.worker Thread.
2.Demon Thread.

worker thread is nothing but for eg. main();

and demon Thread is nothing but Background thread.

Is This Answer Correct ?    13 Yes 21 No

different types of threads?..

Answer / swapna

types of threads are daemon thread and non daemon thread.

that is one work in background like clock handler, and the
one which we are used in the programs that is user defined
threads.

Is This Answer Correct ?    56 Yes 67 No

different types of threads?..

Answer / ankush sharma

we have three types of threads
1.User Define Thread(main Thread always execute first and
start another thread)
2. Daemon thread (garbage Collection low priority thread)
3. GUI Thread( make as new create in main methods )

Is This Answer Correct ?    25 Yes 38 No

different types of threads?..

Answer / venkateswarlu

single thread
hyper threaed
multi thread

Is This Answer Correct ?    16 Yes 40 No

Post New Answer

More Core Java Interview Questions

what is collatration?

0 Answers  


Howmany address lines are required to addressing 1 MB memory?

8 Answers   Beatroot Technologies, CSC, HCL, Hexaware, IBM,


Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)

1 Answers   ABC,


What does yield method of the thread class do?

0 Answers  


What are keyboard events?

0 Answers  


If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


What does sizeof return?

0 Answers  


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

0 Answers  


What is ascii code?

0 Answers  


What is a default constructor and also define copy contrucyor?

0 Answers   Global Logic,


What is hash method?

1 Answers  


Explain what is Marker interface?

0 Answers   BirlaSoft,


Categories