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
How the JSP file will be executed on the Server side?
Why don't we write a constructor in a servlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Explain the methods of request dispatcher in servlet?
Differentiate between the get and post method
How to notify an object in session when session is invalidated or timed-out?
What is meant by servlet? What are the parameters of the service method?
What are the kinds of http requests?
Why are servlets used?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is the purpose of requestdispatcher interface?
Which is better jsp or servlet?
Why is http protocol called as a stateless protocol?
What is difference between jsp and servlet?
What is the difference between using getSession(true) and getSession(false) methods?