How many types of thread in java? give the name

Answer Posted / rashmi

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 ?    14 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why set is used in java?

751


Explain different states of a thread in java?

783


What are the restrictions imposed on method overriding?

761


Why can't we override private static methods?

711


What is computer compiler?

727


What are the advantages of defining packages in java?

721


Explain the protected field modifier?

801


what are Hostile Applets?

1781


Define an abstract class with reference to java.

746


How is java created?

711


What is ++ a in java?

743


How to sort numbers in java without array?

718


Difference between method overloading and method overriding in java ?

754


What is jdbc api?

730


Why is multithreading important?

668