|
|
| Page object |
Expert:Jagadeesh
Hello friends,
How can we make use of PAGE object of implicit JSP object. If this is possible explain me about it's methods. I did not find any methods or explanation of this object. Pls help me.... |
| Answers |
Hi friend,
Implicit Objects in JSP are objects that are automatically available in JSP. Implicit Objects are Java objects that the JSP Container provides to a developer to access them in their program using JavaBeans and Servlets. These objects are called implicit objects because they are automatically instantiated.
<%
out.println("Welcome To <i><font size='6' color ='#CC0000'>");
out.println(" Roseindia.Net</font> </i>.");
%>
--------------------------------------------
Read for more information.
http://www.roseindia.net/jsp/simple-jsp-example/Html-Tag-Inside-out-implicit-object.shtml
Thanks.
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|