Answer Posted / sk
Http Session is an object for one Client it creates one
object ........Http Session is good for using one
application .........ServletContext is good for using one
client...ServletConfig is good for using one servlet
| Is This Answer Correct ? | 18 Yes | 22 No |
Post New Answer View All Answers
What are the mechanisms used by a servlet container for maintaining session information?
Define declaration.
What is the use of httpservletresponsewrapper?
Which are the different ways you can communicate between servlets?
What is the purpose of requestdispatcher interface?
Why are http servlets used in programming?
What is the difference between CGI and Servlet?
Why session tracking is needed?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is servlet mapping?
Describe in brief RequestDespatcher?
How to get the actual path of servlet in server?
What is the procedure for initializing a servlet?
How can we refresh automatically when new data is entered into the database?
What is preinitialization of a servlet?