Spring Interview Questions


  1. What is Autowiring?
  2. What is difference between  BeanFactory and ApplicationContext in Spring?
  3. What are the different Implementation of ApplicationContext?
  4. What is IoC? What is IoC container in Spring?
  5. How to change name of xml file in Spring-MVC?
  6. Explain the process of creating controller in Spring.
  7. How to configure error messages in web application using Spring?
  8. What are the types of controllers in Spring?
  9. What are scopes of bean in Spring?
  10. What is @Transaction in Spring? What are the attributes of this annotation?
  11. Explain all type of propagation in Spring.
  12. How transaction work in Spring?
  13. Explain types of views in Spring?
  14. What is cyclic bean dependency in Spring? how to resolve this?
  15. What is Spring bean life cycle
  16. What are the scopes of spring bean
  17. Difference between setter and constructor injection in Spring? When to use what type of injection

Comments

Popular posts from this blog

Data types and Literals in Java

How to define Auxiliary Constructor in case class in Scala

equals() method of Object class in Java