what is the difference between ServletContext and
ServletConfig
Answer Posted / saurabh kandpal
servletcontext is for a individual servlet
servlet config is for the whole webapplication which may
include diffrent servlet context
Is This Answer Correct ? | 3 Yes | 37 No |
Post New Answer View All Answers
How will two or three servlets interact or communicate with each other?
What is called Session Tracking?
What are the supporting protocol by HttpServlet ?
What do you mean by chaining in servlet?
Explain how does JSP handle run-time exceptions?
What is the directory structure of web application?
What is Servlet API used for connecting database?
Explain session tracking and its importance?
What is the difference between a generic servlet and http servlet?
What are the difference between session and cookies in servlet? Explain
What exception should be thrown when servlet is not properly initialized?
What are the advantages of cookies?
What is the major difference between servlet and applet?
Who is responsible to create the object of servlet?
What is the purpose of dispatcherservlet properties?