If we disable cookies in our web page, what will happen?
Answer Posted / gajendra
If cookies are disabled in our browser, Session tracking
gets failed.
To overcome this limitation URL Rewriting concept will be
used.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What do you mean by request dispatcher in servlet? Also explain its methods.
How to get the path of servlet in the server?
Why are servlets used?
Differentiate between the get and post method
What is the use of servlet wrapper classes?
What are the supporting protocol by HttpServlet ?
What is the difference between using getSession(true) and getSession(false) methods?
Explain load on start-up and its importance?
How does java thread pool work?
What is getservletcontext?
Tell us something about servletcontext interface.
What are the benefits of using servlet over cgi?
Why doesn’t a servlet include main()? How does it work?
Difference between get and post in java servlets?
What are the functions of the servlet container?