why applet doesn't have main? isn't possible a program with
out main?
Answer Posted / varsha
yes
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the benefit of inner classes in java?
What is string and its types?
Is there a sort function in java?
What happens when main () method is declared as private?
Differentiate between a constructor and a method? Can we mark constructors final?
What is flush buffer?
What modifiers may be used with a top-level class?
What is the need of transient variables in Java ?
What's the base class in java from which all classes are derived?
What are inner classes or non static nested classes in java?
Why are the objects immutable in java?
How to make a write-only class in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is the most important feature of java? What is an interface?
What is loop in java?