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 is difference between jsp and servlet?
What are the different ways we can maintain state between requests?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Whether thread can be used in servlets?
What is the web server used for running the Servlets?
What is servlet used for?
What do you mean by web applications? Explain web application directory arrangement?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
How can we create deadlock situation in servlet?
How can we refresh automatically when new data is entered into the database?
How do you deal property files in servlet?
How can we upload the file to the server using servlet?