This document contains laboratory experiments on advanced Java programming concepts implemented using Java Server Pages (JSP) and Servlets. The experiments cover printing "Hello World", displaying system date and time, calculating factorials, addition of two numbers, simple interest calculation, solving quadratic equations, income tax calculation, and checking for prime numbers. Code snippets are provided for each experiment to accept user input, perform the given task on the server-side, and return output to the client. The directory structure and deployment details of sample JSP/Servlet programs are also included.