Multiple choice

Which of the following methods is/are not present in the GridLayout class in java?

  1. layoutSize(Container parent)

  2. minLayoutSize(Container parent)

  3. setCols(int cols)

  4. getCols()

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This is the correct choice. As explained, all the given methods are not defined in the GridLayout class.