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
Why we used break and continue statement in java?
Explain the difference between extends thread vs implements runnable in java?
What is meant by structural programming?
What are the data types supported by java?
What is finalize method?
How are destructors defined in java?
What is an anonymous class in java?
Can a constructor be protected?
What is tochararray in java?
What is final method?
Can we have this () and super () together?
Which package is always imported by default?
What is multi-catch block in java?
Explain about abstract classes in java?
What variables are stored in stack?