Springboot Flashcards
1
Q
1 .What is Core Java
2. what is EJB
3. What is Springboot
4. What is opiniated spring platform?
5.What is Configuration?
A
1.Core java is a Standard Edition
2.Server-side Component Architecture
3.Springboot make it easy to create a standalone production - grade application.. where you can just run your spring boot application.
4.According to developer and application need you can configure.
5. It is a collection JAR files.
2
Q
- What is meant by JAR Files?
- What is meant by WAR files?
- what is Bill of Materials?
- Advantage of Springboot?
5.What are all Spring features?
A
- Java Archive files -> Java zip file contains java class files.
To even run a system.out.println we require more jar files. - Web application files
- Aligning all java jar versions according to the versions.
- Springboot integrates with all frameworks, like Hibernate, Struts(API)
- 1.POJO(plain old java object) -> private variables we will give in this and we will use getter setter methods.
- Dependency injection
3.MVC
4.Rest API - Security
3
Q
1`.By using which one we can develop a springboot?
A
- By using STS tool, by using Eclipse IDE , for that u need to download spring initializer , and by using Springboot CLI .