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 member in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is difference between equals and hashcode method?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Write a method that will remove given character from the string?
What is OOP's Terms with explanation?
What is the length of a string?
Is it safe to install java on my computer?
What makes a function well defined?
What is thread safe java?
What is field name?
What is synchronization and why is it important in java programming?
What is considered an anti pattern?
How many types of java are there?
what are different ways in which a thread can enter the waiting state? : Java thread