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 the purpose of abstract class?
What is the access scope of protected access specifier?
What are byte codes?
What is difference between adapter class and listener?
What is hashset in java?
What is assembly language?
Can you explain the cs option of java interpreter?
Why is java multithreaded?
What is map java?
What do you mean by of string::valueof expression in java 8?
Which is better list or arraylist in java?
What is null in java?
What is a map? What are the implementations of map?
What purpose do the keywords final, finally, and finalize fulfill?
Can two objects have same hashcode?