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
How can we perform any action at the time of deploying the project?
What are different ways for servlet authentication?
What are sessions in servlets?
How can we upload the file to the server using servlet?
What is servlet invoker?
How do you configure a centralized error handler in servlets?
What is Request Dispatcher?
How do you define a servlet?
What is called servlet mapping?
Which protocol will be used by browser and servlet to communicate
What is meant by a servlet?
What is the use of send redirect () method?
What is url encoding and url decoding
How can we create deadlock situation in servlet?
What is the difference between CGI and Servlet?