The latest finishing spring face questions from basic to advanced, full of dry goods

The latest finishing spring face questions from basic to advanced, full of dry goods

Introduction:
a collection of some of the face questions about the Spring, one is ready to find time to look at the work face questions, on the other hand, deepen their theoretical knowledge of some face questions by the way.
spring is an open source development framework for Java enterprise applications. Spring is mainly used to develop Java applications, but some extensions for building web applications is the J2EE platform. Spring Framework goal is to simplify Java enterprise application development, and by POJO-based programming model to promote good programming practice. Manufacturers also frequently asked interview.
I. Basics
Spring Overview

What is spring?

What are the benefits of using Spring framework is?

Which modules of Spring?

Core container (application context) module.

BeanFactory - BeanFactory implemented examples.

XMLBeanFactory

AOP module explanation

JDBC DAO abstraction and interpretation modules.

Explain the object / relational mapping integration module

WEB module explanation

Spring configuration file

What is the Spring IOC container?

What are the advantages .IOC is?

What usually ApplicationContext implementation is?

Bean plants and Application contexts What is the difference?

What a Spring application look like?

Dependency Injection

What is Spring's dependency injection?

What are the different types of IOC have (dependency injection) way?

Which way do you recommend using dependency injection, constructor injection, or Setter Method Injection?

What is Spring beans?

What a Spring Bean definition contains?

How to provide configuration metadata to Spring container?

How to define the scope of your class?

II. Advanced articles (a)
What is Spring Framework? What are the main module Spring framework?

What are the benefits of using the Spring framework can bring?

What is Inversion of Control (IOC)? What is dependency injection?

Please explain Spring framework IoC?

BeanFactory and ApplicationContext What is the difference?

There are several ways to configure Spring?

How to configure Spring XML configuration-based approach?

How to configure a Java-based Spring configuration?

How to configure Spring with annotations way?

Please explain Spring Bean's life cycle?

What is the difference between Spring Bean scopes?

What is Spring inner beans?

Singleton Beans Spring Framework is thread-safe it?

Give an example of how to inject a Java Collection in Spring?

How to inject a Spring Bean in Java.util.Properties?

Please explain automatic assembly Spring Bean's?

Please explain the difference between automatic assembly mode?

How to open annotation-based automatic assembly?

Please give examples explain @Required comment?

Please give examples explain @Autowired comment?

Please give examples @Qualifier comment?

Constructor injection and setter injection What is the difference?

What are the different types of events have the Spring framework?

Spring Framework which are used in the design mode?

Advanced articles (B)
Talk about your understanding of the spring IOC and DI, What's the difference?

ApplicationContext BeanFactory interface and interfaces What is the difference?

spring bean configuration example of what way?

Simple talk about the life cycle of spring?

Please tell us about the Spring Framework Bean's life cycle and scope

Bean injection property, which has several ways?

What is AOP, AOP is what role?

What, have any effect Spring core classes there?

How to configure Spring inside the database-driven?

Spring inside applicationContext.xml file can not be changed to a different file name?

Which defines how Spring hibernate mapping?

How Spring processing thread concurrency issues?

Why have things spread behavior?

Tell us about things Management S pring is on a line

Explain a few terms Spring AOP inside

What type of notice?

Guess you like

Origin www.cnblogs.com/look-look/p/11990541.html