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
Why deletion in linkedlist is fast than arraylist?
Is java an ide?
What is the difference between a window and a frame in java programming?
What is heterogeneous in java?
How many bytes is a string java?
What do you understand by overloading and overriding in java?
How to implement an arraylist in java?
Explain the selection sort algorithm?
How do you define a set in java?
explain multi-threading in java?
What is a local class in java?
What is the dot operator?
What is the difference between reader/writer and inputstream/output stream?
What is generic class?
What does .equals do in java?