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 the difference between a break statement and a continue statement?
Why is it called a string?
Can we override constructors?
What is string pool?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is public static void main?
Why do we need wrapper class?
Explain java heap space and garbage collection?
What is meant by class loader? How many types are there?
What is nullpointerexception?
What is lexicographically smallest string?
Explain hashset and its features?
What is string data type?
What is an argument java?
Is arraylist an object in java?