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
What is the difference between jvm and jre? What is an interface?
What does a void function return?
How to check if a list is sorted in java?
What is this keyword used for?
What is a nested class?
What is an exception in java?
What is nan in java?
What is difference between arraylist and list in java?
Can we call virtual funciton in a constructor ?
What are variable names?
What is bubble sorting in java?
What is close method? How it's different from Finalize & Dispose?
What is scope & storage allocation of global and extern variables? Explain with an example
What are the two categories of data types in the java programming language?
Explain about serializable interface in java?