The below example demonstrates how to concatenate strings and assign to another string.
In the below example s1 has value "1 2" and s2 is created by assigning the value of s1 and concatenating anot Run It Now!
This example demonstrates how to fetch registered user infomation with the help of appropriate user input. In this example user will enter confirmation number that is 1 and 2.
The user authentication example below demonstrates how to authenticate user in servlets.
The example allows the user to view their username and authentication mechanism as output.
The below example demonstrates how to make registration stuff in struts framework using MVC architecture. so this example has 2 links also like previous example on index.jsp page.
The below example demonstrates how to compare two objects of same class in java.
The below example creates two objects of class Employee i.e emp1 & emp2 and compares the objects.If the objects are eq Run It Now!
The simple custom tag example below demonstrates how to create custom tags in JSP.
The example below allows the user to view the record created by the Controller servlet.