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
What is communist flag?
Who found java?
What are different data types?
What is module with example?
What is the use of runnable interface?
What is an exception? difference between Checked and Unchecked exception in Java
why java uses class level type casting ?
What is difference between calling start() and run() method of thread?
What is the difference between math floor and math round?
What are the 7 types of characters?
Is main is a keyword?
Why deletion in linkedlist is fast than arraylist?
What are the different types of data structures in java?
Write a program to search a number in the given list of numbers.
Which oo concept is achieved by using overloading and overriding?