1.what is the exact difference between applet and frame?
2.Do we use main method in frames?
Answer Posted / fazidh
even a frame is an applet program. we should run the frame programme as application programme
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is the difference between array and array list in java?
How do you remove an element from an arraylist in java?
What is array initialization in java?
What is nextline method in java?
What is the independent variable in an experiment?
Can we change the scope of the overridden method in the subclass?
What is %d in printf?
What happens if we don’t override run method ?
What are the different approaches to implement a function to generate a random number?
What is the full form of jpeg?
Difference between default and protected access specifiers?
How to perform selection sort in java?
Why are generics used?
Can the interface be final?
Can two objects have same hashcode?