0
3.8kviews
Explain page life cycle of JSP Application
1 Answer
0
25views
  • 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 4 others joined a min ago.

Please log in to add an answer.