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 final variable?
Why singleton class is used in java?
java program with complete 4 oops concepts implemented example
what is optional in java 8?
Explain the difference between abstract class and interface in java?
What are three ways in which a thread can enter the waiting state in java programming?
what are Hostile Applets?
Is vector synchronized in java?
Explain an algorithm to find depth of a binary tree.
How do you sort in ascending order in java?
What is the nested interface?
What is the difference between a break statement and a continue statement?
What is the use of runnable interface?
Is 0 true or false?
How do listeners work?