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
How many types of keywords are there?
What is double checked locking in singleton?
Does java runtime require a license?
What is struts in java?
What type of variable is gender?
For class CFoo { }; what default methods will the compiler generate for you>?
Can we clone singleton object?
Can a top level class be private or protected?
what is encapsulation in java? Explain
What is the difference between access specifiers and access modifiers in java? 16
What is the use of list in java?
What is mvc in java?
How do you implement polymorphism in our day to day life?
how we can create packages in java?
Can bool be null?