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 are three ways in which a thread can enter the waiting state in java programming?
What is meant by null and void?
Name few java 8 annotations ?
Explain about the main() method in java?
Is a string literal?
What is the meaning of nullable?
How do you convert bytes to character in java?
what is a thread pool in java and why is it used?
What are the advantages of user defined functions?
How concurrent hashmap works?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is the difference between Array and Hash Table?
Explain different types of thread priorities ?
Java.util.regex consists of which classes?
What is boolean keyword in java?