how a user session can be tracked in servlets?
Answer / anjan
The user seesion can trak in 4 ways,
1.url rewriting
2.hidden form fields
3.cookies
4.secure soket layer
| Is This Answer Correct ? | 4 Yes | 0 No |
Why do we have servlet filters?
how to use servlets with j2ee ?
What is the default http method in the servlet?
What are the important functions of filters?
What is difference between GenericServlet and HttpServlet?
What are the different methods involved in generic servlet?
What are the steps that are involved in using the httpservlet class?
Explain the different ways for servlet authentication?
Name the servers that can be used to develope and deploy Servlets?
Why is a constructor needed in a servlet even if we use the init method?
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
Explain web application directory arrangement?