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
How is string stored in java?
Can we store variables in local blocks?
Why arraylist is not synchronized in java example?
Mention the default values of all the elements of an array defined as an instance variable.
Is void a data type?
What is set and get methods in java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Is java free for businesses?
Why is java multithreaded?
What is singleton class and how can we make a class singleton?
Can an integer be null java?
What is the purpose of the runtime class in java programming?
What is the purpose of static methods and static variables?
Name few java.lang classes introduced with java 8 ?
What are java threads?