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 the difference between integer parseint and integer valueof?
What is jit and its use?
What is == in java?
How do you add an element to a hashset in java?
What are the 6 boolean operators?
How do you use parseint in java?
why java uses class level type casting ?
Can we override singleton class?
What is method overloading in JAVA? Why is it not present in C ?
Difference between method overloading and overriding.
Explain different types of wrapper classes in java?
What is runtime locatable code?
What is a static class in java?
What is gc()?
What is core java used for?