Hi All,
this is my first query after joining the forum.
I would like to know following points:
1. If I can create threads in constructor
2. If yes, can I use the same object / instance (which created this thread)in this thread to call other methods of the class
3. I want to keep this thread as long as the class is running, how can I do that?
Pls help me here....