Saturday, 29 August 2009

Java Certification Question 0079

When using the GridBagLayout manager, each new component requires a new instance of the GridBagConstraints class. Is this statement

1) true
2) false




Answer)

2) false

You can re-use the same instance of the GridBagConstraints when added successive components.

No comments:

Post a Comment