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

How do you print array in java?

556


What does this () mean in constructor chaining concept?

562


Is null a string?

556


Can I learn java in 3 months?

541


what is enumset?

584






Can you run java program without main method?

543


What is the difference between a loader and a compiler?

526


Explain the concept of proper inheritance?

621


What is the benefit of using enum to declare a constant?

661


Can you extend singleton class?

602


What is __ init __ functions?

551


what state does a thread enter when it terminates its processing? : Java thread

599


Why Java is not pure Object Oriented language?

644


Why do we need singleton class?

549


What are java threads?

623