JSP

JSP Login and Logout System Example Using Session

In this tutorial you will learn how to make JSP login and logout system using session. I have used MySQL as a database in this example. This system has following files. index.jsp: It contains a login form which is displayed to user. loginRequestHandler.jsp: When login form is submitted, this page handles the login request. home.jsp: If the login details …

JSP Login and Logout System Example Using Session Read More »

Difference between JSP and Servlet in Java – JSP vs Servlet

In this tutorial I will tell you about difference between JSP and Servlet in Java. JSP and Servlet are two technologies in Java which are used to create dynamic web pages. Still there are various differences between them which I am sharing below. Difference between JSP and Servlet in Java – JSP vs Servlet S.No. …

Difference between JSP and Servlet in Java – JSP vs Servlet Read More »