why applet doesn't have main? isn't possible a program with
out main?
Answer Posted / rajagopal
in applet they have separate life cycle so it's don't need
main
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is a java applet? What is an interface?
How do you remove all elements from an arraylist in java?
Difference between comparator and comparable in java?
What are the three best choices for a development environment?
Explain wait(), notify() and notifyall() methods of object class ?
What is the role of the java.rmi.naming class?
Is it possible to override the main method?
What is the scope or life time of instance variables?
Can a constructor call the constructor of parent class?
Is java hashset ordered?
Can a final method be overloaded?
How do you declare a string variable?
What do you mean by byte code?
What do you mean by singleton class in java?
What are the types of exceptions?