1.what is the exact difference between applet and frame?
2.Do we use main method in frames?
Answer Posted / yogesh sharma
Ans 1.applet is run on web browser but frame is't.applet is not use
main() method applet is the sub class of Applet and Frame is the member Of Swing and it is member of stand alone application.
Ans 2. Yes, we use main() in Frame.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How to sort an array from smallest to largest java?
What is array and arraylist in java?
What are the access modifiers in java?
What is final keyword?
What is the difference between an argument and a parameter?
What is the difference between JVM and JRE?
What are java annotations?
Can I import same package/class twice?
What are generic methods?
what is thread? : Java thread
What is the meaning of course?
What is string data?
Can a class have 2 constructors?
Explain when noclassdeffounderror will be raised ?
How many bits is a double?