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 Hierarchy of exception?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Is java programming easy?
What are the high-level thread states in java programming?
What is garbage collection? What is the process that is responsible for doing that in java?
What is a hashmap used for?
Can a final variable be null?
What is string subsequence method?
Is .net better than java?
Should a main method be compulsorily declared in all java classes?
What do you mean by aggregation?
What is static variable with example?
What is the default execution method in java?
Does java map allow duplicates?
Is set thread safe java?