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
What is increment in java?
What is the purpose class.forname method?
how to create multithreaded program? : Java thread
What is parsing in grammar?
how do I create a runnable with inheritance? : Java thread
What do you mean by default constructor in java?
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
When should a function throw an exception?
What does bitwise or mean?
Can we have a method name same as class name in java?
What is a singleton class in Java?
What is the difference between abstraction and encapsulation?
What should I import for arraylist in java?
Is array synchronized in java?
What is the different between get and post?