Spring interview questions
- How do you integrate Struts Spring and Hibernate ? view answer
- How do you Integrate Spring with Hibernate ? view answer
- How Spring relate to MVC framework ? view answer
- How Validation Framework work in Spring with code Example ? view answer
- How to setup MessageSources in Spring ? view answer
- What is ApplicationContext in details ? view answer
- Explain Bean Lifecycle in Spring ?
view answer
- What are the Bean Scopes in Spring ? view answer
- How spring Setter Injection work with List, Set, Map and Properties ?
view answer
- Explain Dependency Injection with code Example ? view answer
- What is IOC-Inversion of Control ? view answer
- What do you mean by Advice? and what are the Advices?
view answer
- What do you mean by JointPoint? view answer
- How to integrate Struts Spring Hibernate ? view answer
- What are the types of Advice?
view answer
- How to integrate Spring with Hibernate ? view answer
- What is JdbcTemplate in Spring ? view answer
- What is AOP - Aspect-oriented programming ? view answer
- What is RowCallbackHandler ?
view answer
- What is PreparedStatementCreator ?
view answer
- What are Bean scopes in Spring Framework ? view answer
- Q.Lifecycle interfaces in spring ? view answer
- Q.What are the common implementations of the Application Context ?
view answer
- Q.What is the difference between Bean Factory and Application Context ? view answer
- Q.What is Application Context in Spring?
view answer
- Q.What is BeanFactory and how can configure BeanFactory ? view answer
- What are the types of Dependency Injection Spring supports with Example? view answer
- What is Spring ? and What are the Benefits/Advantages of Using Spring Framework ? view answer
- What are the benefits of IOC - Inversion of control (Dependency Injection)?
view answer
- What are the different types of IOC (dependency injection) ?
view answer
- Q;What is IOC - Inversion of Control ? view answer
- What is the Benefits/Advantages of Using Spring Framework ? view answer
- Q.what is dependency injection ?? view answer
|
!!! Spring interview questions !!!
Q.What is the difference between Bean Factory and Application Context ?
*The ApplicationContext builds on top of the BeanFactory (it's a subclass) and adds other functionality such as easier integration with Springs AOP features, message resource handling (for use in internationalization), event propagation, declarative mechanisms to create the ApplicationContext and optional parent contexts, and application-layer specific contexts such as the WebApplicationContext, among other enhancements.
*Application Context is suitabe for J2EE Applications.
*The main usage scenario when you might prefer to use the BeanFactory is when memory usage is the greatest concern (such as in an applet where every last kilobyte counts), and you don't need all the features of the ApplicationContext.
|
Suggested Jobs More Jobs >>
|