How many types of thread in java? give the name
Answer Posted / 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 |
Post New Answer View All Answers
what is the messsage u r going to get from an objectoriented programing?
What is meant by memory leak?
State differences between C and Java?
What is double in java?
What are annotations in java?
What is unsigned char?
Why for each loop is used?
Where are variables stored?
How can you read content from file in java?
Explain about wait() method?
What is an example of a conditional statement?
Can we change the value of static variable?
why Interface used?
What does string intern() method do?
How many characters is 2 bytes?