Now for your confidence with JSP syntax, following example of login form will really help to understand jsp page. In this example we will create a simple dynamic JSP page that prints the user information into next page.With the help of this example we are going to show- how to display a logged-in information on to the browser.
In this example it is very easy to display it on our browser with the help of java.util package. In this example we are going to insert the data in the login form which will be displayed onto the next page.