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 regex java?
When is an object subject to garbage collection?
What is java in detail?
Name few java util classes introduced with java 8 ?
Explain the difference between intermediate and terminal operations in java8?
What is jit compiler ?
What is class and object in java?
What class of exceptions are generated by the java run-time system?
Similarity and difference between static block and static method ?
Explain notify() method of object class ?
What is the syntax and characteristics of a lambda expression?
What is rmi and steps involved in developing an rmi object?
How you can force the garbage collection?
How is garbage collection controlled?
What is a method declaration?