About Question enthuware.jwpv6.2.863 :
Posted: Fri Aug 10, 2012 10:13 am
Hello,
Looks like explanation for option 3:
ServletContext : getInitParameter(String name))
--There is no such method in ServletConfig.
Should be different, like: method ServletContext().getInitParameter(String name) returns initialization parameter for application but not for specific servlet.
Looks like explanation for option 3:
ServletContext : getInitParameter(String name))
--There is no such method in ServletConfig.
Should be different, like: method ServletContext().getInitParameter(String name) returns initialization parameter for application but not for specific servlet.