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
Explain static nested classes ?
Can we use string in switch case in java?
How many bytes is double?
Is the milky way in a void?
Explain garbage collection in java?
what do you mean by java annotations?
Is treeset sorted in java?
How to sort an array in java without using sort method?
What is a native method in java programming?
What are different data structures in java?
Is 9 a prime number?
Can we extend immutable class?
what is use of functional interface in java 8?
What is the purpose of using javap?
What is field name?