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 you use a servlet to generate a plain text instead of html?
What do you mean by chaining in servlet?
What do you mean by scope object and what are its types?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Which are the different ways you can communicate between servlets?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What are the different session tracking techniques?
What is the difference between forward () and sendredirect () functions in servlet? Explain
How can we refresh automatically when new data is entered into the database?
why we should override only no-agrs init() method.
Why do we have servlet listeners?
What's the use of servletcontext?
How can the session in servlet be destroyed?
Why the concept of single thread model interface is used?
What are the difference between session and cookies in servlet? Explain