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 is the default http method in the servlet?
What are the annotations used in servlet 3?
How is a servlet implemented in code?
What are different ways for servlet authentication?
Which are the different ways you can communicate between servlets?
What is a cookie What is the difference between session and cookie
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Should I override the service() method?
What is the process to implement doget and dopost methods?
Explain get and post.
How a servlet is unloaded?
What is servlet collaboration?
Can you refresh servlet in client and server-side automatically?
How can we achieve transport layer security for our web application?
What do you mean by httpservlet?