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
What is meant by data hiding/encapsulation?
Is treeset sorted in java?
Why inputstreamreader is used in java?
What are decalarations?
Can we overload run() method in java?
What is a boolean output?
What are functions in java?
Can java run on google chrome?
What is the use of parseint in java?
What are multiple inheritances? Is it supported by java?
What is set in java?
What do you mean by local variable and instance variable?
What is return keyword in java?
Name container classes in java programming?
What is default constructors?