Home Answers Viewqa JSP-Servlet how to create a reminder app using threads in Servlets?

 
 


aatish pandya
how to create a reminder app using threads in Servlets?
2 Answer(s)      2 years and a month ago
Posted in : JSP-Servlet

I want to make a Reminder application in Servlets.

When the date and/or time is matched (threads will be required!), a "pop-up window or a web-page should automatically get re-directed!". I have used threads for core java, but never used for Servlets! any help?

View Answers

September 28, 2011 at 7:14 AM


can u post ur code using threads ??? plzzzz


October 3, 2011 at 11:36 AM


Servlets have a life-cycle and are maintained by Web-Container which destroys the Servlet immedaitely after displaying its contents. Hence, it might not be possible to use any Multi-Threaded or Single-Thread applications in Servlets!









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.