What are the disadvantages of using threads?

Answers were Sorted based on User's Feedback



What are the disadvantages of using threads?..

Answer / divyesh

Because of threading deadlock,Race condition may arrived and
starvation may happen.

Is This Answer Correct ?    14 Yes 1 No

What are the disadvantages of using threads?..

Answer / supreeth

DeadLock

Is This Answer Correct ?    11 Yes 3 No

What are the disadvantages of using threads?..

Answer / somu

deadlock ,starvation,

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

In a multitiered application which tier is the browser in?

10 Answers   Adobe,


Why is string immutable in java?

0 Answers  


Where can I find seam examples and documentation?

0 Answers  


What are the different methods of identifying an object?

0 Answers  


which book is better for jdbc ,servlets and jsp

0 Answers   TCS,






Explain what is synchronization?

0 Answers  


What is the infobus?

0 Answers  


When a thread blocks on i/o, what state does it enter?

0 Answers  


A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

0 Answers  


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods?

0 Answers  


Categories