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

Lowest Common ancestor in a Binary Search Tree and Binary Tree.

0 Answers   Amazon,


What classes of exceptions, thrown by a throw statement?

2 Answers  


What is difference between throw and throws ?

0 Answers   Cyient,


Describe the Big-O Notation.

0 Answers   Global Logic,


What is the life cycle of Servlet?

3 Answers  


What is string in java is it a data type?

0 Answers  


Can constructor be inherited?

0 Answers  


what is the difference between thread and runnable types? : Java thread

0 Answers  


Tell me the Importent classes in net package?

0 Answers  


What is sleep method?

0 Answers  


What are the main uses of this keyword?

0 Answers  


java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?

1 Answers   Naaptol,


Categories