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
What is boolean strategy?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is a file pointer?
What are java methods?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
what is meant by abstract class?
What is array length?
What is the use of accept () method in java?
List implementations of list interface?
What is the difference between yielding and sleeping in java programming?
Explain the importance of finally block in java?
Is int primitive data type?
How concurrent hashmap works?
What is getkey () in java?
What is instance synchronization?