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
how to handle exceptions in ejb?
How can I debug the Java security exceptions and AccessControlExceptions?
Can java list be null?
What is the default size of arraylist in java?
Why main method is static in java?
Does substring start with 0?
Can we sort array in java?
What is java in detail?
Is stringwriter thread safe?
What is an exception? difference between Checked and Unchecked exception in Java
How can we create objects if we make the constructor private ?
How is java hashmap implemented?
Explain OOPs concept.
Give a brief description of java socket programming?
What is a java list?