What happens, if server sends a cookie to a browser that
doesn't supports cookies?
Answers were Sorted based on User's Feedback
Answer / sujeev
as per my knowlege if browser does n't support cookies, we
have anothere option as URL Rewritting.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
session management will be obsructed.because there is no
source to save the session Id as a header
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the methods in HttpSession and their use?
What is the use of attribute in servlets?
What is Single Threaded Model in Servlets? Explain this with an example?
What is the directory structure of a war file?
Explain url encoding in servlet?
What are the exceptions thrown by Servlets?
How do you create connections for number of users, if you want to improve performance?
What are the functions of Servlet container?
Write a hello world program using servlets.
Explain in detail about applet to servlet communication?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the difference between jsp and servlet life cycle?