can we create more than ServletContext and ServletConfig in
your application
Answer Posted / ravikiran.chd
no one servlet context per web application we can generate
multiple servlet config objects
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What do you mean by interservlet communication?
How can you push data from an Applet to a Servlet?
Tell us something about servletconfig interface.
What is the procedure for initializing a servlet?
Why is http protocol called as a stateless protocol?
How can you create a session in servlet?
Can you send an authentication error from a servlet?
What is the GenericServlet class?
What is the dispatcher servlet?
Write a servlet to upload file on server.
What is the functionality of actionservlet and requestprocessor?
How is the get () method different from the post() method?
What is servlet lazy loading?
What’s the difference between sendredirect and forward methods
How to find whether a parameter exists in the request object?