Click to See Complete Forum and Search --> : Which one is Main Thread ?


Karthikeyan
06-21-2005, 11:46 PM
Main thread is the staring point for all Java programs.

For console applications the main() method serves for this purpose. Ok..

Which one is the main thread for Applets ( I think init() and all are life cycle methods ), Servlets and so on ....

Thanks ...