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
Tell us something about servletcontext interface.
What are the two important api's in for servlets?
How to find whether a parameter exists in the request object?
Write a program to show the functionality of doget and dopost method?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What are different methods of session management in servlets?
What is servlet container?
What is servlet api used for conneting database?
Why the concept of single thread model interface is used?
Who is responsible for writing a constructor?
What are the differences between servlet context vs servlet config?
How can we refresh automatically when new data is entered into the database?
How can the session in servlet can be destroyed?
What is the process for chaining servlet?
What is servlet instance?