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
What is the disadvantage of cookies?
Is servlet a framework?
What is api in servlet?
What is the functionality of actionservlet and requestprocessor?
Write a command to get actual path of a servlet to the server?
What is the use of httpservletresponsewrapper?
Can we use the constructor, instead of init(), to initialize servlet?
Explain the concept of ssi ?
What must be implemented by all servlets?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is the difference between servlet and jsp?
Why filter is used in servlet?
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
Is servlet thread safe?
What are the objects involved when a servlet receives a call from client?