why applet doesn't have main? isn't possible a program with
out main?
Answer Posted / ravi yadav
Applet are standalone programs which require a third side tool for its execution that is either java enabled web browser, or applet runner so it does not have main ()
it is possible to run a program without main method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you have two constructors in java?
What is the difference between choice and list?
What is Java Reflection API? Why it’s so important to have?
Can we override constructor in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
How to convert string to char and vice versa?
What is the use of coding?
Where can I find jdk in my computer?
What is the basic difference between string and stringbuffer object?
What are the steps involved to create a bean?
What is integer valueof?
What exceptions occur during serialization?
Which class cannot be a subclass in java?
What defines function?
What is a numeric format?