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 is namespace in java?
Can an interface be final?
What is a bubble sort in java?
what is predefined function in java?
What is java jit compilers?
What does indexof return in java?
What are adapter classes?
What does this () mean in java?
What is instance example?
What is the range of a character variable?
What is the meaning of 3 dots in java?
What is use of static method?
What is stream api in java8?
What are the various access specifiers in java?
What is an interface in java? Explain