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
What are the different methods involved in the process of session management in servlets?
How can we refresh automatically when new data has entered the database?
Why are http servlets used in programming?
What is http servlet?
What do you mean by url pattern in servlet?
Describe some assignments that are executed by servlet container?
What is the difference between context parameter and context attribute?
What are the jobs performed by servlets?
Can we use threads in Servlets?
What are some disadvantages of storing session state in cookies?
Why doesn’t a servlet include main()?
What’s the difference between sendredirect and forward methods
Can you refresh servlet in client and server-side automatically?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How can we perform any action at the time of deploying the project?