What are the disadvantages of using threads?
Answer Posted / divyesh
Because of threading deadlock,Race condition may arrived and
starvation may happen.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What must a class do to implement an interface?
Why does the option tag render selected=selected instead of just selected?
what are memory considerations of jsp compares to other web components?
How many times may an objects finalize() method be invoked by the garbage collector?
Difference between DurableSubscription and non- DurableSubscription?
Which are the different segments of memory?
What are local interfaces? Describe.
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Explain ioc concept?
How to implement RMI in Java?
Name the class that is used to bind the server object with RMI Registry?
how to use debug in my elipse to solve problems that exist in my project
Which containers use a border layout as their default layout?
Brief description about local interfaces?