Is the init(ServletConfig sc) throws IOException or not?
Answer Posted / anji
It will throw only ServletException
The method signature of init is
void init(ServletConfig config) throws ServletException
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
When Servlet is unloaded?
What is the use of java servlet api?
What is a java servlet?
How do we share data using 'getservletcontext ()?
Which interface must be implemented by all servlets?
Difference between get and post in java servlets?
Why servlet is mostly used?
Describe servlet?
What is Request Dispatcher?
What is cgi and what are its drawbacks?
What is the functionality of actionservlet and requestprocessor?
What is java servlet session?
List out difference between a JavaBean from a Servlet?
What are the functions of the servlet container?
What is Client-Server Computing?