Home Tutorialhelp Comment Rajesh , the correct code should be like --
 
 

Comment

Amit Arora
Rajesh , the correct code should be like -- <HT,
December 30, 2006 at 1:01 AM

Rajesh , the correct code should be like --

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

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

%>
</BODY>
</HTML>


Answer :- A page with the text Welcome is displayed
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.