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
Is servlet a controller?
What do you mean by httpservlet?
How do you invoke a servelt?
What is the life cycle of a servlet?
What are the different mode that servlets can be used?
Which protocol will be used by browser and servlet to communicate
Explain the jar and war files in servlet?
Explain servlet.
How forward () method is different from send redirect () method?
Servlet is pure java object or not?
What do you mean by servlet context?
What do you mean by scope object and what are its types?
What are important features of Servlet 3?
What is servlet and how it works?
What is the process to implement doget and dopost methods?