different types of threads?

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


Please Help Members By Posting Answers For Below Questions

Which class is the superclass of all classes?

826


What is data type in java?

692


Can we create object of static class?

750


Is java hard to learn?

692


How an object is serialized in java?

750


What is continuity of a function?

758


What is lossy conversion in java?

819


How do you compare arrays in java?

711


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

875


What is the difference between overriding & overloading?

759


What is exception handling in java?

794


Describe the process as to how substring() methodology mechanisms in java.

785


Explain about interrupt() method of thread class ?

874


What is try-with-resources in java?

851


How static variable work in java?

816