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 memory leak and how does java handle it?
Give a practical example of singleton class usage?
What are the approaches that you will follow for making a program very efficient?
What is a nonetype?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is size () in java?
What is natural ordering in java?
How do you override a variable in java?
Explain the use of shift operator in java. Can you give some examples?
What is the difference between form & report?
What are the differences between forwarding () method and sendredirect() methods?
What are java packages? What's the significance of packages?
Explain the difference between association, aggregation and inheritance relationships.
What is string example?
Can we define private and protected modifiers for variables in interfaces?