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 life cycle methods of the servlet?
What is the advantage of Servlets when compared with other server side technologies?
What is getservletcontext?
What is a servlet context object?
Which application server is best for java?
What if you need to span your transaction across multiple servlet invocations?
If servlet receives multiple requests, how many objects will it create?
Explain the servlet filter.
Explain web application directory arrangement?
How the JSP file will be executed on the Server side?
What is the use of httpservletresponsewrapper?
Why servlet is used as controller ? Not JSP? I want complete explation?
What's the difference between servlets and applets?
How can we invoke another servlet in a different application?
Explain how to improve Servlet Performance?