Multiple choice Which of the following methods is/are not present in the GridLayout class in java? layoutSize(Container parent) minLayoutSize(Container parent) setCols(int cols) getCols() 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.