What is the difference between panel and frame ?
Answer Posted / arvind chandel
one basic diffrence between both is that--
frame-is a top level container..
while the panel is sub-level container..not the top level
container..
| Is This Answer Correct ? | 104 Yes | 24 No |
Post New Answer View All Answers
Explain about sets?
How do you achieve singleton?
Can we use synchronized block for primitives?
When a byte datatype is used?
What is a package in java? List down various advantages of packages.
Is simpledateformat safe to use in the multithreaded program?
does java support pointers?
How do you implement polymorphism in our day to day life?
What is a qms manual?
What is difference between synchronize and concurrent collection in java?
Why webdriver is an interface?
what is anonymous class in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Explain the importance of join() method in thread class?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?