To give an example for a JSP code, first we are going to print the text "Hello Hiox". Try the the following syntax code.
<html> <body> <! -- This is the JSP file--> <% out.println ("Hello HIOX"); %> </body> </html>
Hello HIOX