Answer Posted / sunil verma
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 ? | 18 Yes | 17 No |
Post New Answer View All Answers
What is a treeset class?
Are private methods final?
What is the technique adopted to create an immutable class?
Distinguish between a predicate and a function?
What is a string what operation can be performed out with the help of a string?
What are the two ways of implementing multi-threading in java?
What are different access specifiers in java?
Where is jre installed?
What are passing parameters?
Program to Find the second largest element in an array.
Explain the difference between the public, private, final, protected, and default modifiers?
Is java a compiler?
Which containers use a flowlayout as their default layout in java programming?
what is the difference between process and thread? : Java thread
How do you start a thread?