InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is stored at client side?(a) URL rewriting(b) Hidden form fields(c) SSL sessions(d) CookiesI had been asked this question by my school principal while I was bunking the class.My doubt stems from Session Management in section Session Management, JSP & API of Java |
|
Answer» CORRECT ANSWER is (d) Cookies Explanation: Cookies are stored at CLIENT side. HENCE, it is advantageous in some cases where CLIENTS disable cookies. |
|