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
Why java applets are more useful for intranets as compared to internet?
Can an abstract class be a final class?
What is the default size of load factor in hashing based collection?
What is t in parametric equations?
Explain about data types?
What are the main uses of the super keyword?
What is difference between array and vector?
What are the types of inner classes (non-static nested class) used in java?
Explain java coding standards for classes or java coding conventions for classes?
How does arraylist size increase in java?
How will you reverse a singly-link list?
hr interview how many minutes asking question
Can we use string in the switch case?
How do I know if java is installed?
What does java stand for?