About Question enthuware.jwpv6.2.1074 :
Posted: Sun Jul 29, 2012 1:45 am
In the exhibit,
1. doPost() of LoginServlet does not declare to throw IOException() and ServletException().
2. Similarly, doPost() of ReportServlet does not declare to throw ServletException().
So both of the servlets would fail to compile, right?
correct me if am wrong.
1. doPost() of LoginServlet does not declare to throw IOException() and ServletException().
2. Similarly, doPost() of ReportServlet does not declare to throw ServletException().
So both of the servlets would fail to compile, right?
correct me if am wrong.