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 does nextint () do in java?
Explain parallel processing in java8?
how to one war file class to another war file class?
What is constructor and virtual function? Can we call a virtual function in a constructor?
How do I get 64 bit java?
What is a static method in java?
Can we declare array without size in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is entry in java?
What is the method overriding?
What is udp in java?
What is a default constraint?
How many arguments can be passed to main ()?
What steps are taken when the OS shifts from one-thread execution to another?
What restrictions are placed on method overloading in java programming?