Answer Posted / yayati pavan kumar
Threads means part of a program which is in execution.That
means it's very easy to implement any large and complex
application by partitioning into threads. By this we can
save memory or storage.
we can decrease time of execution
It is very easy to test as the whole code partitioned into
parts and execute
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is java util function?
What is a bubble sort in java?
can I implement my own start() method? : Java thread
What is the use of predicate in java 8?
When is the arraystoreexception thrown?
What do you mean by platform independence of Java?
What is hasnext in java?
What are sets in java?
What is a website container?
Why are the methods of the math class static?
how to handle exceptions in ejb?
What is square root in java?
Why wait and notify methods are declared in object class?
How can I become a good programmer?
Can we assign the reference to this variable?