0
1.5kviews
Explain page life cycle of JSP Application

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 10M

Year: May 2014

1 Answer
0
3views
  • In life cycle of Java Servlet page (JSP) , there are 3 important methods:
    • init()
    • service()
    • destroy()
  • When a user enters the url in the the web browser and makes a request, the browser generates the HTTP request and sends it to the web server. Web Server maps this request …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.