Interview Q&A


Spring Boot:

Reference Material:

https://www.javatpoint.com/spring-boot-tutorial

https://www.javatpoint.com/spring-boot-interview-questions

Sample Example
import org.springframework.boot.SpringApplication;  
import org.springframework.boot.autoconfigure.SpringBootApplication;  
  
@SpringBootApplication  
public class SpringBootExample3Application {  
  
    public static void main(String[] args) {  
        SpringApplication.run(SpringBootExample3Application.class, args);  
    }  
}  

Java 8 Features:

https://www.javatpoint.com/java-8-features

Comments

Popular posts from this blog

Robotic Process Automation

WorkFusion

7 Rules of Success A.P.J Abdul Kalam