Tuesday, November 29, 2011

How to get initialization time (init () method)values in servlet?

This can be done by using the getInitParameter(String name ) method of the ServletConfig interface. Here name is the init parameter name
Category:Servlet Interview Questions

No comments:

Post a Comment