Archive for March 2014
Hibernate Interview Questions and Answers
Hibernate Interview Questions and AnswersWhat is Hibernate?Hibernate is a powerful, high performance object/relational persistence and query service. This lets the users <span class="ilad">to develop</span> persistent classes following object-oriented.
Spring Interview Questions Answers J2EE
What is IOC (or Dependency Injection)?
The basic concept of the Inversion of Control pattern (also known as dependency injection) is that you do not create your objects but describe how they should be created. You don't directly connect.