Answer Posted / sivasubramanian.k
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 ? | 166 Yes | 34 No |
Post New Answer View All Answers
What is the purpose of using java.lang.class class?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is static keyword in java?
Write a program in java to create a doubly linked list containing n nodes.
What is the difference between length and length() method in java?
Explain java heap space and garbage collection?
What is casting in java programming?
Can we use switch statement with strings?
What is data string?
What are the types of methodology?
What are different types of encoding?
Why is java multithreaded?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is the difference between array list and vector in java?
Is null a string in java?