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 the significance of listiterator?
What if static is removed from main method?
Name and explain the types of ways which are used to pass arguments in any function in java.
Why vector is used in java?
Are arrays dynamic in java?
Which is illegal identifier in java?
Is there any case when finally will not be executed?
Can we compare two strings in java?
Can a class be a super class and a sub-class at the same time? Give example.
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
List out five keywords related to exception handling ?
What is the difference between state-based unit testing and interaction-based unit testing?
What is void keyword?
What is method overloading in JAVA? Why is it not present in C ?
Explain about doubly linked list