0 votes
in JAVA by
What is the life-cycle of a servlet in Java?

1 Answer

0 votes
by

Listed below are the five stages in the servlet lifecycle:

• Servlet is destroyed

• Servlet is initialized

• Servlet is loaded

• Service the request

• Servlet is instantiated

Related questions

+1 vote
asked May 30, 2020 in JAVA by Robindeniel
0 votes
asked Aug 20, 2023 in Maven - Coalescing Pipeline by GeorgeBell
...