How many types of thread in java? give the name
Answer Posted / 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 |
Post New Answer View All Answers
What is ascii format?
What is compiler and what its output.
What is the use of using enum to declare a constant?
Why should I use abstract class?
What does || mean in vectors?
What is the longest unicode character?
What is the difference between notify and notifyall method?
How many types of gc are there in java?
What is method in java with example?
What is the biggest integer?
Why do we use predicate in java?
Difference between character constant and string constant in java ?
Can you sort a list in java?
Can constructor be inherited?
How do generics work?