Java Quick Reference Questions

This blog is a collection of important questions that can be used by the interviewer or the interviewee or by anybody who wants to improve their understanding of Java by going through popular questions. This is kind of a cheat sheet to crack interviews or understand various fundamental to expert level questions on Java Programming Language

Thursday, July 11, 2013

2. What is deadlock in Java ?

Figure explaining deadlock where each process
waits for one other to finish itself
held up in a deadlock


More on Authentic Links

OFFICIAL DOCS ON DEADLOCK http://docs.oracle.com/javase/tutorial/essential/concurrency/deadlock.html



Posted by Krishna at 11:15 PM
Email This BlogThis! Share to X Share to Facebook

No comments :

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments ( Atom )

Blog Archive

  • ▼  2013 ( 13 )
    • ▼  July ( 13 )
      • 1. How to create thread in Java ?
      • 2. What is deadlock in Java ?
      • 3. What's AutoBoxing in Java?
      • 4. What is Dependency Injection?
      • 5. How to remove space from a String example “ X ...
      • 6. How to convert String “123” to Integer or int?
      • 7. What is String Buffer compare with String ?
      • 8. What is thread-safe or thread safe programming?
      • 9. How to call method of a super class from the su...
      • 10. What is Synchronized in Java ?
      • 11. What is the significance try and finally witho...
      • 12. Final keyword on variables, method and classes
      • 13. What are nested class in Java ?
Powered by Blogger.