About Question enthuware.jwpv6.2.1105 :
Posted: Sun Jan 08, 2012 7:59 am
In the exhibit we can find the code:
For sure this will not compile. If you meant:
also the checked exceptions must be declared (similar to viewtopic.php?f=3&t=686)
Code: Select all
public void service(HttpServletRequest req, HttpServletResponse res)
{
super();
}
Code: Select all
public void service(HttpServletRequest req, HttpServletResponse res)
{
super.service(req, res);
}