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’s the difference between unit, integration and functional testing?
Write a program to calculate factorial in java?
What is exception handling in java?
What is bubble sort in java?
How many types of classes are there in java?
Is empty in java?
Which method returns the length of a string?
What is final keyword in java? Give an example.
What are the uses of synchronized keyword?
Why is whitespace important?
How to implement a multithreaded applet?
What do you understand by copy constructor in java?
Can we change the scope of the overridden method in the subclass?
Where are global variables stored?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?