init parameters can be accessed through the servlet config object where every servlet gets a reference to that.init parameters can only be accessed after calling the init method for that servlet.because the servletconfig is only available after a servlet initialization is done.
- how to access init parameters
the ServletConfig interface have a method for getting init parameters
this is how we do that
getServletConfig.getInitParameter("Admin-email") ;
2 comments:
hi aka well done machan keep goin.
but ur picture is not good.
machan visit www.prabu-lk.blogspot.com
its 4 Linux
Post a Comment