What is the difference between panel and frame ?
Answer Posted / mahmood shah wardak
Fram is an independent object which Derived From a Window
(or a blank window which has only title bar and three
buttons close,minimize and maximize)
But panel is a continar consisting of alot of controls or
panel is a cover which must be added to frame
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is a Null object?
Why bytecode is called bytecode?
How do you get the length of a string in java?
What is the purpose of static keyword in java?
What is the reason behind using constructors and destructors?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What's the difference between int and integer in java?
why not override thread to make a runnable? : Java thread
Can array grow dynamically in java?
What is a local, member and a class variable?
What is the protected method modifier?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Is string is a data type in java?
Explain runtime exceptions?
What is adapter in java?