Skip to main content

Posts

Showing posts with the label Spring

Spring Interview Questions

Spring Interview Questions 1. What is Spring framework? Spring is development framework for Java programming. It is an open source development framework for Enterprise Java. The core features of Spring Framework can be used in developing a Java Enterprise application. It has many extensions and jars for developing web applications on top of Java EE platform. With Spring we can develop large-scale complex Java applications very easily. It is also based on good design patterns like Dependency Injection, Aspect oriented programming for developing extensible feature rich software. 2. What are the benefits of Spring framework in software development? Many benefits of Spring framework are: Lightweight Framework : Basic Spring framework is very small in size. It is easy to use and does not add a lot of overhead on software. It just has 2 MB in basic version. Container : Spring framework provides the basic container that creates and manages the life cycle of application ob...