what are the way a client can be tracked?
Answer Posted / nirbhay gupta
Client can be tracked with the help of session management
technique.we can use any one of them as like Cookies etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are different Authentication options available in Servlets.
What is the difference between using getSession(true) and getSession(false) methods?
What is cgi?
When should you prefer to use doget() over dopost()?
What do you mean by cgi and what are its drawbacks?
Explain the servlet context.
Explain jsessionid?
Which application server is best for java?
Whats the advantages using servlets over using CGI?
What is servlet container?
What are different ways for servlet authentication?
Differentiate between the print writer and servlet output stream?
Why doesn’t a servlet include main()?
What is servlet and its life cycle?