why applet doesn't have main? isn't possible a program with
out main?
Answer Posted / nagaraju gurram
first of all we can write a program without main method .
and in case if applets they are intended for web development so the applets need to be alive during the navigation . but main will exit after completion of the execution and terminates the object .and main thing is main is a starting point of a program and there is no controlling on main but in case of web page we have to control the object during the navigation.that is the reason where an object should contain a life and through life cycle methods defined.............
Than Q
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Break statement can be used as labels in java?
Why is sizeof not a function?
What is the final keyword in java?
Is singleton a bad practice?
What is t in generics in java?
How do you check if a string contains only numeric digits?
What are the characteristics of java?
Can one thread block the other thread?
Can we print null in java?
What is native method in java?
What is class level lock ?
What is replacefirst in java?
Which is the best approach for creating thread ?
Can I use % with real numbers?
What are the advantages of exception handling?