Out Implicit Object

Advertisements

JSP Scriptlet Tag Request Implicit Object

Out Implicit Object

In JSP, out is an implicit object of type JspWriter.This object used for writing any data to the buffer. In case of Servlet we need to write:

Syntax

PrintWriter out=response.getWriter();  

But in JSP, you do not need to write this code. Because in jsp for print any result on browser we use expression tag and this tag are auto converted to out.print() statement and insert the out.print() into -jspService() of the servlet class by the container.

Example of out implicit object

welcome.jsp

Syntax

<%   
out.print("Welcome");  
%> 

JSP Scriptlet Tag Request Implicit Object

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements