Computer Science, asked by amaan1749, 1 year ago

Explain life cycle of servlet.

Answers

Answered by Vaibhavverma73
0

Hey mate!

I am here with your answer!

A servlet life cycle can be defined as the entire process from its creation till the destruction. The following are the paths followed by a servlet. The servlet is initialized by calling the init() method. The servlet calls service() method to process a client's request.

Hope this will help you!

Similar questions