hi,
I have following question
1) is main thread is daemon thread? if yes then how?
2) what is meaning of daemon thread?
3) Does daemon thread require main method for execution?
4) Daemon thread do its execution without main method?
5) if Daemon thread require main method can any one told me where is main method of
garbage collector?
6) if its does not require main method then how it gets executed?