InterviewSolution
Saved Bookmarks
| 1. |
I have created one application where I am trying to create a task to send a notification daily at 5:00 am. And my requirement is this task should run even if the application is off. Can you suggest me a good solution to write code for this task? |
|
Answer» There is no direct way to terminate a thread but using the two following ways it can be done.
|
|