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


Please Help Members By Posting Answers For Below Questions

What is static import?

827


What type of value does sizeof return?

752


when to use ArrayList and when to use HashMap in webApplication.

4211


What is the use of a copy constructor?

754


What is the difference between the font and fontmetrics classes in java programming?

686


What is t type java?

798


How do you make a thread in java?

815


why Java does not support multiple inheritances?

904


Can we able to pass objects as an arguments in java?

759


How many bytes is a url?

741


What is difference between static variable and global variable?

757


Explain about the select method with an example?

809


Does constructor creates the object ?

792


Write a method to check if input string is palindrome?

758


Are constructors methods?

757