What is the difference between panel and frame ?
Answer Posted / rajesh dangi
A Frame is an independent object which can exist on its
own. It can contain one or more Panel object within it.
Whereas a Panel can not exist on its own. It need a parent
object like Frame/Window to be displayed/existance.
Most of the characteristics are similar in them since their
super parent is Component & Container classes. The major
difference is that Frame can exist on its own but Panel can
not.
Is This Answer Correct ? | 46 Yes | 26 No |
Post New Answer View All Answers
What if constructor is protected in java?
What are the advantages of java over C++?
what is abstract class in Java?
How do you calculate square roots?
What is command line used for?
What is a lightweight component?
What is an interface in java?
How to split a string in java?
How to call one constructor from the other constructor ?
What is string and its types?
What is a default method?
Which collection is thread safe in java?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What package is math in java?
What is a singleton puppy?