Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How would you reatach detached objects to a session when the same object has already been loaded into the session?

1262


What must a class do to implement an interface?

1282


Why does the option tag render selected=selected instead of just selected?

1244


what are memory considerations of jsp compares to other web components?

6588


How many times may an objects finalize() method be invoked by the garbage collector?

1143


Difference between DurableSubscription and non- DurableSubscription?

2234


Which are the different segments of memory?

1147


What are local interfaces? Describe.

1304


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!

1886


Explain ioc concept?

1195


How to implement RMI in Java?

2929


Name the class that is used to bind the server object with RMI Registry?

2220


how to use debug in my elipse to solve problems that exist in my project

2330


Which containers use a border layout as their default layout?

1200


Brief description about local interfaces?

1332