Q26
What is the primary function of the `destroy()` method in Java Servlets?
A.
To handle HTTP requests
B.
To create JavaBean properties
C.
To define JavaBean lifecycle
D.
To clean up resources and finalize the servlet
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board