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
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What are measurable parameters?
Tell me a few examples of final classes defined in Java API?
How many bits is a word?
what is deadlock? : Java thread
What is variable and its types?
Can you sort a list in java?
What is methodological framework?
What is the use of parseint in java?
What is difference between equal and == in java?
Define locale.
What is a default constraint?
What is a superclass?
when you will synchronize a piece of your code? : Java thread
How do you escape in java?