different types of threads?

Answer Posted / sunil verma

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 ?    18 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is increment in java?

747


What is the purpose class.forname method?

761


how to create multithreaded program? : Java thread

723


What is parsing in grammar?

800


how do I create a runnable with inheritance? : Java thread

762


What do you mean by default constructor in java?

826


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

765


When should a function throw an exception?

842


What does bitwise or mean?

830


Can we have a method name same as class name in java?

832


What is a singleton class in Java?

754


What is the difference between abstraction and encapsulation?

801


What should I import for arraylist in java?

765


Is array synchronized in java?

825


What is the different between get and post?

742