Answer Posted / venkat
Im not sure...
Context swithing means To switch from One application to
another application....
We can do this by using request.sendRedirect()
Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
Which interface must be implemented by all servlets?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is cookie in servlet?
How can we refresh automatically when new data has entered the database?
If servlet receives multiple requests, how many objects will it create?
When to use doget() and when dopost()?
Explain web application directory arrangement?
What are the objects involved when a servlet receives a call from client?
What is java servlet session?
What is servlet and its types?
What are the kinds of http requests?
What’s the use of the servlet wrapper classes??
What are common tasks performed by Servlet Container?
What's the advantages using servlets than using cgi?