How many types of thread in java? give the name
Answer Posted / 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 |
Post New Answer View All Answers
what is singleton class in java?
What is the difference between the boolean & operator and the && operator in java programming?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is the difference between preemptive scheduling and time slicing?
What is parsing and its types?
What is token in java?
What is JVM and is it platform independent?
Can I learn java in 3 months?
Why is java multithreaded?
What is a vector in java?
Is ++ operator is thread safe in java?
Is hashset ordered?
What are the different ways to handle exceptions?
Can It is possible to synchronize the constructor of a Java Class?
What is the default value of the local variables?