How many types of thread in java? give the name
Answer Posted / 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 |
Post New Answer View All Answers
Is integer passed by reference in java?
How hashset works internally in java?
What are invisible components?.
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Can a class with private constructor be extended?
Highest level event class of the event-delegation model?
Which is best ide for java?
What is string in java?
What is the transient keyword?
What do you mean by aggregation?
Are variables stored in ram?
Tell some latest versions in JAVA related areas?
Which sorting is best in java?
What are white spaces in java?
What is difference between adapter class and listener?