can we create more than ServletContext and ServletConfig in
your application
Answer Posted / naresh
We can not have more than one servletContext in a web
application, but we can have more than one servletConfig
provided there is more than one servlet in the web
application...
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is war file?
What are different ways for servlet authentication?
What are the uses of servlets?
How do I use cookies to store session state on the client?
What exactly is a servlet?
How do you invoke a servelt?
What do you understand by mime type?
Define the lifecycle for executing a jsp page.
What are the types of servlet?
How to generate the server side programming and the advantages of it over the other languages?
What is cgi and what are its drawbacks?
What are the phases of servlet life cycle?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Explain the custom jsp tags and the beans.
What do you mean by session tracking?