Differences between GridLayout and GridBagLayout?



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

Post New Answer

More Core Java Interview Questions

How do I know if java is installed?

0 Answers  


What is immutable class in java?

0 Answers  


Can any one say how will sort map objects in java?

2 Answers   TCS,


How can I right-justify a string?

0 Answers   Aspire, Infogain,


How to make class immutable

6 Answers  






Where and how can you use a private constructor?

0 Answers  


Define the term string pool?

0 Answers  


System.out.println("somestring"); It will create any object or not

5 Answers   CSC,


Define jre i.e. Java runtime environment?

0 Answers  


What is method reference?

0 Answers  


Can we call the Thread.sleep in Synchyronozed block?

5 Answers   Logica CMG,


What is a locale?

0 Answers   Aspire, Infogain,


Categories