Differences between GridLayout and GridBagLayout?
Answer / shweta
The major difference between GridLayout and GridBagLayout is
that GrigBagLayout supports components of different sizes,
and you can specify layout options for each component
Is This Answer Correct ? | 49 Yes | 16 No |
Why charat is used in java?
How do you clear a list in java?
What is difference between char array and string?
Is treeset sorted in java?
What is mysql driver class name?
Define Compiling?
What is the difference between the paint() and repaint() methods in java programming?
If I only change the return type, does the method become overloaded?
How is string immutable in java?
Why convert an applet to an application?
Why do we need data serialization?
What is the output of the below java program?