Entries from 2018-12-01 to 1 month

Spring boot rest api example - Spring boot tutorials

This tutorial walks us through the process of creating a simple REST controller with Spring Boot Kotlin works quite smoothly with Spring Boot and many of the steps found on the Spring Guides for creating a RESTful service can be followed v…

Jsp interview questions

What do you understand of the JSP technology and why is it used? Java Server Pages (JSP) is a cross-platform technology residing on the presentation layer and is the part of the SUN’s J2EE platform. JSPs are like standard HTML web pages wi…

Servlet lifecycles phases

The life cycle of a servlet consists of the following phases: Servlet class loading : For each servlet defined in the deployment descriptor of the Web application, the servlet container locates and loads a class of the type of the servlet.…