Thu Jan 15, 2009 11:30 pm
<HTML>
<HEAD>
<TITLE>Creating a Method in jsp</TITLE>
</HEAD>
<BODY>
<H1>Creating a Method in jsp</H1>
<%!
int Double(int number)
{
return 2*number;
}
%>
<%
out.println("The Double of 3 is = " + Double(3));
%>
</BODY>
</HTML>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.