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
what are synchronized methods and synchronized statements? : Java thread
What is independent and dependent variables in research?
Difference between object instantiation and construction ?
Difference between static synchronization vs. Instance synchronization?
What is the function of log?
Give few examples of final classes defined in Java API?
What is the this keyword?
What is jar?
Which are different kinds of source code?
What are wrapper classes in java?
Does constructor return any value?
What is final int?
Can you override private or static method in java?
Is space a char?
What is fail fast in java?