Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the life-cycle of a servlet?
Home
Servlet
What is the life-cycle of a servlet?
0
votes
asked
Apr 11, 2023
in
Servlet
by
john ganales
What is the life-cycle of a servlet?
servlet
life-cycle
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 11, 2023
by
john ganales
life-cycle of a servlet :
Servlet is loaded
servlet is instantiated
servlet is initialized
service the request
servlet is destroyed
...