does the Servlet Container call the destroy() method of a servlet class even if we don't define the destroy() method in Servlet?

> does the Servlet Container call the destroy() method of a servlet class even if we don't
> define the destroy() method in Servlet?

Yes, because it inherits one from GenericServlet.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.