The El expression example below demonstrates how to use different operators in JSP.
This example uses various operators to compare the value specified and gives the results as output.
The EL type conversion example below demonstrates how to use tags to convert datatypes in JSP.
This example converts different datatypes of JSP specified in the example and prints them as output.
The EL property access and nested properties example below demonstrates how to access object's property in JSP.
This example accesses NewsFeed's object properties and collections to show it as output
The EL function example below demonstrates how to use El functions in JSP.
This example uses abs() and round() to find out the absolute and rounded value of given values.
The dynamic collection example below demonstrates how to add into or remove items from list using JSTL .
This example has a input text box which takes inputs from user to add into or remove item fr Run It Now!
The Shopping Cart example below demonstrates how to use sessions to save data between requests.
The example allows the user to add items to a shopping cart, and then view the contents of the cart.
The Shopping Cart example below demonstrates how to use sessions to store
data between requests.
The example allows the user to add items to a shopping cart, and then view
the contents of the cart.
The online gas purchase store example below demonstrates how to use core tags and formatting tags in JSP.
This example accepts purchase details from user and adds them into the current purchases tabl
The simple login example below demonstrates how to create a login page in JSP.
The example takes two inputs as username and password from user and prints "Welcome back username" as output.