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.
This project displays all permutations and combinations of the characters of a string.
To see the permutations of the word of your choice, just replace the "String" in the program with your word, and Run It Now!