why applet doesn't have main? isn't possible a program with
out main?

Answer Posted / manjusinga

Applets are standalone programs which require a third party
tool for its execution that is either it is java enabled
web browser,or applet runner.so it doesnt have main().It is
possible to run a program without main.

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we used break and continue statement in java?

766


Explain the difference between extends thread vs implements runnable in java?

789


What is meant by structural programming?

775


What are the data types supported by java?

730


What is finalize method?

809


How are destructors defined in java?

777


What is an anonymous class in java?

765


Can a constructor be protected?

767


What is tochararray in java?

690


What is final method?

799


Can we have this () and super () together?

786


Which package is always imported by default?

769


What is multi-catch block in java?

807


Explain about abstract classes in java?

792


What variables are stored in stack?

721