The JSP example below demonstrates how to use JSP to build web applications.
The example below displays a month page of the western calendar for the selected year.
The random dice thrower example below demonstrates how to use programmatic logic with JSP and servlets.
The example allows the user to view random results of dice as output.
The simple input count example below demonstrates how to use HTML with servlets to build web applications.The example takes input as integers from user and prints Hello world accordingly.