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
Why doesn’t a servlet include main()?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the difference between Difference between doGet() and doPost()?
Differentiate between the print writer and servlet output stream?
how many jsp scripting elements are there and what are those?
What are the steps that are required to handle the multi-threading?
What is the main purpose of java servlets?
Which interface should be implemented by all servlets?
What is the purpose of inter-servlet communication?
What are the types of servlet?
What are the different methods involved in the process of session management in servlets?
What are the supporting protocol by HttpServlet ?
What is the GenericServlet class?