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
Can we create object of static class?
Can a static class have a constructor java?
What is the use of object and class classes?
What is a private class in java?
What is the difference between access specifiers and access modifiers in java?
What is a copy constructor in java?
What is the name of the java compiler?
how come we know the object is no more used in the class?
Explain the difference between call by refrence and call by value?
What is the difference between scrollbar and scrollpane?
Is vector ordered in java?
How can we make a class virtual?
Give any two differences between C++ and java.
What is static and final keyword in java?
What do you understand by copy constructor in java?