Answer Posted / suresh g
Servlet context:
Servlet context is communication
between server side .Every application has only one
servlet context and is accessible to all action
resource of that application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can an existing session be invalidated?
Which interface must be implemented by all servlets?
What is servlet interface?
List out difference between a JavaBean from a Servlet?
What are the steps involved in placing a servlet within a package?
How can we refresh automatically when new data is entered into the database?
What is java servlet?
What are the phases of a servlet life cycle?
Write a program to show the functionality of doget and dopost method?
What are the difference between session and cookies in servlet? Explain
What is servlet looping or chaining?
What are the life cycle methods of the servlet?
What is meant by servlet? What are the parameters of the service method?
Why do we use sendredirect() method?
What is difference between jsp and servlet?