What are life cycle methods of a servlet?
Answers
Answered by
0
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. Theservlet is initialized by calling the init()method. The servlet calls service()method to process a client's request.
plz mark me as a brainlist : )
plz mark me as a brainlist : )
Bhoomicharu:
bye
Answered by
0
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.
Similar questions