Question:Which method is called by the servlet container just after the servlet is removed from service? 

A public void finalize() {// code...} 

B public void destroy() {// code...} 

C public void destroy()throws ServletException {// code...} 

D public void finalize()throws ServletException {// code...} 

+ Answer
+ Report
Total Preview: 742

Copyright © 2024. Powered by Intellect Software Ltd