Home Tutorialhelp Comment please Check the Code Answer :- Embedding of

 
 

Comment

ragesh
please Check the Code Answer :- Embedding of,
December 20, 2006 at 6:18 PM

please Check the Code


Answer :- Embedding of Java code in HTML pages


Write the following code for a JSP page:
<%@ page language = "java" %>

<HTML>
<HEAD><TITLE>RESULT PAGE</TITLE></HEAD>
<BODY>
<%

PrintWriter print = request.getWriter();
print.println("Welcome");

%>
</BODY>
</HTML>

i think getWriter is part of response
if i am correct please correct the web page
i expect a replay
View All Comments | View Tutorial
Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.