Thu Jan 15, 2009 11:42 pm
<HTML>
<HEAD>
<TITLE>Use the out Object in JSP defined Method</TITLE>
</HEAD>
<BODY>
<H1>Use the out Object in JSP defined Method</H1>
<%!
void printmyname(javax.servlet.jsp.JspWriter out) throws java.io.IOException
{
out.println("My name is Tom");
}
%>
<%
printmyname(out);
%>
</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.