JAVA SERVER PAGES

JAVA SERVER PAGES EXAMPLE

<%-- JSP comment --%>
<HTML>
<HEAD>
<TITLE>MESSAGE</TITLE>
</HEAD>
<BODY>
<%out.print("Hello, Sample JSP code");%>
</BODY>

</HTML>

Comments

Popular posts from this blog

Zoho Second round - adding a digit to all the digits of a number

Artificial Intelligence