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

Answers were Sorted based on User's Feedback



How many types of thread in java? give the name..

Answer / mishal tripathi

There are two types of threads in JAVA i.e.
1) User Thread :- This thread is created by user program
itself e.g. Main thread.

2) Daemon Thread:- This is JVM itself generated thread.
Example of this thread is Thread Scheduler and Garbage Collector

Is This Answer Correct ?    123 Yes 15 No

How many types of thread in java? give the name..

Answer / vivek

There are two types of threads in JAVA i.e.
1) User Thread :- This thread is created by user program
itself e.g. Main thread.

2) Daemon Thread:- This is JVM itself generated thread.
Example of this thread is Thread Scheduler and Garbage Collector

Is This Answer Correct ?    50 Yes 12 No

How many types of thread in java? give the name..

Answer / nikita

In java Threads are two types 1) user thread 2) Daemon Thread

Is This Answer Correct ?    31 Yes 5 No

How many types of thread in java? give the name..

Answer / shekhar

There are two types of threads in java....

1. User threads: Which are created by the user program
itself. The example is the Main thread etc...

2. Daemon Threads: These threads are generated by the JVM
itself. They are service provider threads which run in the
background and are not used to run the application code.
The example is the Garbage Collection thread.

Is This Answer Correct ?    28 Yes 9 No

How many types of thread in java? give the name..

Answer / gaurav makwana

There are two types of thread :
1.Single thread
2.Multi thread

Is This Answer Correct ?    25 Yes 11 No

How many types of thread in java? give the name..

Answer / rashmi

Thread is the path of execution of a program..Types of
threads are Single-threaded and Multi-threaded...This is
mainly differentiated on the basis of synchronisation..A
synchronised thread means a single thread executed only
once at a time..Multithread means threads are executed
simultaneously...

Is This Answer Correct ?    14 Yes 13 No

How many types of thread in java? give the name..

Answer / 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

How many types of thread in java? give the name..

Answer / amir hassan

There are two types of Thread
1) Naming Thread
2)Thread Priority
1) Naming Thread
The Thread class provides methods to change and get the name of a thread.
2) Thread Priority
Each thread have a priority. Priorities are represented by a number between 1 and 10
> it Depend on the JVM.

Is This Answer Correct ?    0 Yes 1 No

How many types of thread in java? give the name..

Answer / swati

There are two types of thread in java.
1)-Single
2)- multi
By default one thread is running internally is main thread........

Is This Answer Correct ?    7 Yes 16 No

How many types of thread in java? give the name..

Answer / usha

thread is two type
1.single thread
2.multi thread.

Is This Answer Correct ?    19 Yes 33 No

Post New Answer

More Core Java Interview Questions

How to override equals() and hashCode() method in java?

1 Answers   Wipro,


What is static and final keyword in java?

0 Answers  


Is a method a function?

0 Answers  


What does the “static” keyword mean? Can you override private or static method in java?

0 Answers  


Can we create object of inner class in java?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


What is stored procedure. How do you create stored procedure ?

0 Answers   GE,


How are variables stored in memory?

0 Answers  


how can u create the object with out new operator

2 Answers  


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

0 Answers  


What is the reason behind using constructors and destructors?

0 Answers   HCL,


why java does not support multiple inheritance

41 Answers   Diamond, Euclid, Evergent, KLKJ, Mind Tree, NIIT, SSI Small Scale Industries, Wipro,


Categories