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
Which class is the superclass of all classes?
What is data type in java?
Can we create object of static class?
Is java hard to learn?
How an object is serialized in java?
What is continuity of a function?
What is lossy conversion in java?
How do you compare arrays in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is the difference between overriding & overloading?
What is exception handling in java?
Describe the process as to how substring() methodology mechanisms in java.
Explain about interrupt() method of thread class ?
What is try-with-resources in java?
How static variable work in java?