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 are the uses of servlets?
What are the annotations used in servlet 3?
What are advantages of servlets over cgi?
Why is servlet used?
What exception should be thrown when servlet is not properly initialized?
How do we share data using 'getservletcontext ()?
What are the life cycle methods of the servlet?
Write a simple servlet program to print the contents of html.
Why the concept of single thread model interface is used?
If a servlet is not properly initialized, what exception may be thrown?
Which httpsession object is used to view and manipulate information about a session?
What are different ways for servlet authentication?
Why filter is used in servlet?
How to make sure a servlet is loaded at the application startup?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?