Answer Posted / ravikiran.chd
by making use of session tracking mechanisms such as
1).Hidden Form Fields
2).cookies
3).Http Sessions
4).Url Rewriting
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you call a jsp from the servlet?
Explain the difference between get and post method in servlet?
What are the differences between forward() method and sendredirect() methods?
When servlet object is created?
What do you mean by annotations in servlet?
Explain web container.
Explain their methods? Tell me their parameter names also have you used threads in servlet?
How do you configure a centralized error handler in servlets?
Is it good idea to create servlet constructor?
Explain servlet life cycle?
What is the difference between using getSession(true) and getSession(false) methods?
How can I send user authentication information while making URL Connection?
If a servlet is not properly initialized, what exception may be thrown?
Is dispatcher servlet a singleton?
What are the uses of servlet