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
Why set is used in java?
Explain different states of a thread in java?
What are the restrictions imposed on method overriding?
Why can't we override private static methods?
What is computer compiler?
What are the advantages of defining packages in java?
Explain the protected field modifier?
what are Hostile Applets?
Define an abstract class with reference to java.
How is java created?
What is ++ a in java?
How to sort numbers in java without array?
Difference between method overloading and method overriding in java ?
What is jdbc api?
Why is multithreading important?