What are setComment and getComment methods in Cookies?
Answers were Sorted based on User's Feedback
Answer / satendra
getComment() : Returns the comment describing the purpose of
this cookie, or null if no such comment has been defined.
and setComment() is used to provide description about cookie.
| Is This Answer Correct ? | 3 Yes | 1 No |
thay are used to get and the comments in cookies.
| Is This Answer Correct ? | 0 Yes | 0 No |
How the servlet is loaded?
If you want to modify the servlet,will the Webserver need to be ShutDown ?
Which protocol will be used by browser and servlet to communicate
Difference between GET and POST?
What happens, when client requests for server object, which is not yet loaded into the memory?
What is the capacity the doget can send to the server?
What are the supporting protocol by HttpServlet ?
How are Sessions are more advantage than using of Cookies or URLReWriting?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
where the session data will stored?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
In jsp custom tags from child tags to how many levels of parent tags you can acess