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 is the major difference between context parameter and context attribute?
What is the use of welcome-file-list?
How do you find out what client machine is making a request to your servlet
What's the servlet interface?
What do you understand by mime type?
How do you invoke a servelt?
Which java application server is the best?
Explain mvc pattern.
What is called a session?
How to commuincate between an applet and a servlet?
What is servlet and its advantages?
Why servlet is faster than jsp?
What is a deployment descriptor?
What are the steps that are required to handle the multi-threading?
Whether we can get deadlock situation in servlets?