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 |
What’s the difference between callable and runnable?
What is polymorphism in java? What are the kinds of polymorphism?
what is difference betwenn Access Specifier and Access Modifier ????
What is passing by reference in java?
Why we used break and continue statement in java?
is there any function in java to make the text to blink?
can we have virtual functions in java?
Give an example of use of pointers in java class.
Why are functions called methods in java?
What is the blank final variable?
any other way to print the text without using System.out.println() in java?
How Array List can be Serialized.