Category: Spring

Spring IoC Container

Spring IoC Container  Dependency injection (DI) is also called as IoC .In this process objects describe their dependencies, and the container injects those dependencies when it creates the bean. The container is the backbone of...

Read More

Spring- AOP

Q. Define Aspect Oriented Programming ( AOP) in Spring ? A. Aspect Oriented Programming (AOP) complements Object Oriented Programming. Spring is a combination of Object Oriented Programming and AOP. Object Oriented Programming-...

Read More

Spring Framework

Q. What is Spring Framework? A. The Spring Framework is lightweight, non-intrusive framework, providing the tools and facilities to write standalone,testable components for use in many common applications and scenarios.Spring...

Read More
Loading