what is the use of thread?Justify it by project point of view
Answer Posted / meena
Thread is a part of single program.
When user want to execute a large program in very less time
then user can destribute that program into number of users
using multithreading.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How many return statement are allowed in a function?
What is the difference between assignment and initialization?
What is bitwise complement?
Can a static class implement an interface?
How are this() and super() used with constructors in java programming?
Can we extend immutable class?
What is arrays fill in java?
What do you mean by checked exceptions?
Can you write a java class that could be used both as an applet as well as an application?
Explain the difference between abstraction and encapsulation.
How do you write a scanner class in java?
What is the gregoriancalendar class in java programming?
Differentiate between class and structure.
What is private public protected in java?
In the below example, how many string objects are created?