Answer Posted / 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 |
Post New Answer View All Answers
Explain web container.
What is getservletcontext?
How can the referrer and the target urls be used in servlet?
How do you design microservices?
Which method of the httpservletrequest object is used?
Explain the difference between get and post method in servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is a servlet context object?
How to generate the server side programming and the advantages of it over the other languages?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How to make sure a servlet is loaded at the application startup?
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 do you understand by mime type?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is difference between jsp and servlet?