Theory-of-Computation
December 6, 2023Web-Technologies
December 6, 2023Java-Script
|
Question 1
|
When destroy 0 method of servlet gets called?
|
The destroy 0 method is called only once at the end of the life cycle of a servlet.
|
|
|
The destroy 0 method is called after the servlet has executed service method.
|
|
|
The destroy 0 method is called only once at the end of the life cycle of a servlet. And destroy 0 method is called after the servlet has executed service method.
|
|
|
None of the given options
|
Correct Answer: D
