Is the init(ServletConfig sc) throws IOException or not?
Answer Posted / ravindra nhavi
it will throws only ServletException .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How many servlet objects are created?
What is the functionality of actionservlet and requestprocessor?
Why the concept of single thread model interface is used?
What are the advantages of Servlet over CGI?
What is the use of java servlet api?
What is called servlet mapping?
What is the use of welcome-file-list?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is cgi and what are its drawbacks?
What are the different methods involved in the process of session management in servlets?
Why don't we write a constructor in a servlet?
What's the architecture of a servlet package?
What's the use of servletcontext?
Why doesn’t a servlet include main()?
The code in a finally clause will never fail to execute, right?