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 instance example?
Explain purpose of sleep() method in java?
Convert a BST into a DLL and DLL to BST in place.
Explain list interface?
Are arrays dynamic in java?
What is a vararg?
Which browsers work with java?
Explain covariant method overriding in java.
What is the difference between instanceof and isinstance?
how does multithreading take place on a computer with a single cpu? : Java thread
What is object-oriented programming?
Explain the difference between arraylist and linkedlist in java?
Explain the selection sort algorithm and state its time complexity?
Explain about member inner classes?
How a variable is stored in memory?