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 the difference between jdk, jre, and jvm?
What is the applet security manager, and what does it provide?
What is __ init __ functions?
What do you mean by constant time complexity?
How do you include a string in java?
What is an empty list in java?
How do you declare an array in java?
What is nested class?
Can we able to pass objects as an arguments in java?
Is array serializable java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is isa relationship?
why doesn't java run on all platforms?
How do you start a new line in java?
How do you escape a string?