Guess the Answers

12345678910
Across
  1. 4. Which Spring annotation is used to create RESTful web services using Spring MVC?
  2. 5. Annotation for Hibernate exceptions to be translated into Spring’s DataAccessException for consistent exception handling
  3. 7. Which interface represents the Spring IOC container?
  4. 8. Which is the front controller in Spring MVC?
Down
  1. 1. To deal with the databases, spring framework provides
  2. 2. The Core of the Spring Framework is based on the Principles of
  3. 3. What is the scope to create a new instance every time the bean is requested from the spring container?
  4. 6. Open-Source Messaging Platform developed by LinkedIn
  5. 9. Java Beans are also known as
  6. 10. What is the default scope of the beans?