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
Is tomcat a servlet container?
What is war file?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Describe in brief RequestDespatcher?
What is the difference between the include() and forward() methods?
How do you invoke a servelt?
Write all the phases defined in servlet life cycle?
Explain the steps involved in placing a servlet within a package?
Is it possible to have a constructor inside the servlet?
What do you mean by cgi?
What is the difference between encodeRedirectUrl and encodeURL?
Define servlet mapping?
What is pure servlet?
What are the disadvantages of storing session state in cookies?
Why doesn’t a servlet include main()?