Is the init(ServletConfig sc) throws IOException or not?
Answer Posted / rama
init can throw UnAvailable exception or ServletException
but no IOException
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the importance of init() method in Servlet ?
What is httpservlet and how it is different from genericservlet?
What's the advantages using servlets than using cgi?
What are different Authentication options available in Servlets.
The code in a finally clause will never fail to execute, right?
When servlet is loaded?
What is the difference between the servlets and cgi programs?
What are the uses of servlets?
How do we call one servlet from another servlet?
What is preinitialization of a servlet?
How many objects of a servlet is created?
What do you mean by scope object and what are its types?
What are the differences between forward() method and sendredirect() methods?
How do I support both get and post from the same servlet?
What are sessions in servlets?