what is the difference between ServletContext and
ServletConfig
Answer Posted / ravikiran.chd
Servletcontext is one per webapplication and servlet config
is one per servlet
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we invoke another servlet in a different application?
Why do we use sendredirect() method?
What are all the advantages of servlet over cgi?
What is servlet interface?
What is servlet instance?
How can the referrer and the target urls be used in servlet?
Can we use threads in Servlets?
What are important features of Servlet 3?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What are the benefits of using servlet over cgi?
How can you push data from an Applet to a Servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Difference between forward() method and sendredirect() method ?
The code in a finally clause will never fail to execute, right?
How the JSP file will be executed on the Server side?