Answer Posted / sivasubramanian.k
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 ? | 166 Yes | 34 No |
Post New Answer View All Answers
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is string and its types?
What is a finally block? Is there a case when finally will not execute?
Can substring create new object?
What is the difference between yield() and sleep()?
What is variable argument in java?
Can you give names of Container classes?
What is mean by encoding?
What is incompatible types in java?
How can I right-justify a string?
Give example to differentiate between call by value and call by reference.
What is difference between core java and java ee?
What is the purpose of garbage collection in java? When is it used?
Describe string intern() methodology
What do you mean by data type?