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 static import?
What type of value does sizeof return?
when to use ArrayList and when to use HashMap in webApplication.
What is the use of a copy constructor?
What is the difference between the font and fontmetrics classes in java programming?
What is t type java?
How do you make a thread in java?
why Java does not support multiple inheritances?
Can we able to pass objects as an arguments in java?
How many bytes is a url?
What is difference between static variable and global variable?
Explain about the select method with an example?
Does constructor creates the object ?
Write a method to check if input string is palindrome?
Are constructors methods?