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

Friday, July 12, 2013

4. What is Dependency Injection?

Dependency injection is a software design pattern that allows the removal of hard-coded dependencies and makes it possible to change them, whether at run-time or compile-time. Source Wikipedia
Posted by Krishna at 12:27 AM
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.