what is the use of thread?Justify it by project point of view
Answer Posted / haresh prajapati
using thread you can handle multiple client on a single program.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference in between cpp and java? Can u explain in detail?
What is the this keyword?
What is the use of static methods?
What is meant by data hiding/encapsulation?
What are different access specifiers in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is static import?
Whats the difference between notify() and notifyall()?
What is anti pattern in java?
how does multithreading take place on a computer with a single cpu? : Java thread
List out benefits of object oriented programming language?
Can a class extend more than one class?
What is the memory leak in java?
what do you understand by synchronization? : Java thread
What is the difference between state-based unit testing and interaction-based unit testing?