what is the life cycle of jsp?
Answer / malligontla
THe generated servlet class for a JSP page implements the
HttpJspPage interface of the javax.servlet.jsp package.
HttpJspPage interface extends the JspPage interface which
inturn extends the Servlet interface of the javax.servlet
package. the generated servlet class thus implements all the
methods of the these three interfaces. The JspPage interface
declares only two mehtods - jspInit() and jspDestroy() that
must be implemented by all JSP pages regardless of the
client-server protocol. However the JSP specification has
provided the HttpJspPage interfaec specifically for the JSp
pages serving HTTP requests. This interface declares one
method _jspService().
The jspInit()- The container calls the jspInit() to
initialize te servlet instance.It is called before any other
method, and is called only once for a servlet instance.
The _jspservice()- The container calls the _jspservice() for
each request, passing it the request and the response objects.
The jspDestroy()- The container calls this when it decides
take the instance out of service. It is the last method
called n the servlet instance.
| Is This Answer Correct ? | 10 Yes | 1 No |
What is private static final long serialVersionUID = 1L;
How will the struts know which action class to call when you submit a form?
Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in
What is a sessionfactory? Is it a thread-safe object?
What is prototype?
Is jvm a overhead?
can any one tell me how to learn good coding techniques
Is the infobus client side only?
What is JasperReports?
What are the various thread priorities?
Why are some of the class and element names counter-intuitive?
Which Taglibraury you used in your project? plz send me ans....which we r using generally