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 is dispatcher servlet?
What is called servlet container?
How is a servlet implemented in code?
What methods do you use in servlet - applet communication?
What exactly are the functions of servlet?
What do you mean by the servlet chaining?
Whether thread can be used in servlets?
How can we invoke another servlet in a different application?
Why do you use session tracking in httpservlet?
Differentiate between the get and post method
What are the exceptions thrown by servlets? Why?
What are all the ways for session tracking?
What’s the difference between genericservlet and httpservlet?
What do you mean by url pattern in servlet?
Why doesn’t a servlet include main()? How does it work?