Is there any differance b/w getting servlet context from
servlet config and session? if yes then what is that?
Answer Posted / koti
servlet context:servletcontext is only one web web
application object
servlet config: servlet config is multiple object in
webapplication
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
Explain in brief the directory structure of a web application?
How can we create deadlock situation in servlet?
Who is responsible for writing a constructor?
How many servlet objects are created?
What is the web server used for running the Servlets?
What is servlet configuration?
What is the difference between a generic servlet and http servlet?
What is the difference between CGI and Servlet?
What are different ways for authentication of servlet?
How do you design microservices?
How to generate the server side programming and the advantages of it over the other languages?
How can we refresh automatically when new data is entered into the database?
What is servlet in web technology?
Explain how does JSP handle run-time exceptions?
What do you mean by singlethreadmodel interface?