1. What is Hibernate Framework?Answer: Object-relational mapping or ORM is the programming technique to map application domain model objects to the relational database tables. Hibernate is a java based ORM
1. What do you mean by Dependency Injection? Answer: In Dependency Injection, you do not have to create your objects but have to describe how they should be created. You
1. Name some of the design patterns used in Spring Framework? Answer: Spring Framework is using a lot of design patterns, some of the common ones are: Singleton Pattern: Creating
1. What is Spring? Answer: Spring is an open source development framework for Enterprise Java. The core features of the Spring Framework can be used in developing any Java application,