How we can check in particular page the session will be
alive or not
Answer Posted / pratyusha
is alive()
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What are the steps that are required to handle the multi-threading?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Can filter be used as request or response?
What's the servlet interface?
How do cookies work in servlets?
How the servlet is loaded?
What is the directory structure of a war file?
What are the types of servlet?
Explain servlet events?
What is cgi and what are its drawbacks?
What are the kinds of http requests?
Why jsp is better than servlet?
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?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the difference between encodeRedirectUrl and encodeURL?