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 are the disadvantages of object oriented programming?
Can final class have constructor?
What is number data type?
What is the purpose of encapsulation?
what is the difference between thread and runnable types? : Java thread
What is a finally block? Is there a case when finally will not execute?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is null object in java?
Is final static java?
What is final access modifier in java?
What is the use of callablestatement?
Explain how can you debug the Java code?
How do I write a self declaration?
Explain, java is compatible with all servers but not all browsers?
Which of the classes will have more memory allocated?