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 are the methods used to implement for the key object in the hash map?
What are desktop procedures?
When will you define a method as static in Java?
What is a for loop in java?
What are the major advantages of internal iteration over external iteration?
How do you make an arraylist empty in java?
why are there separate wait and sleep methods? : Java thread
Can we write method inside a method in java?
What is the difference between length and size in java?
How to run a JAR file through command prompt?
Can an integer be null java?
Why local variables are stored in stack?
What are dot operator queries?
What is class level lock ?
What do you understand by final value?