Multiple choice Which of the following methods is present in the GroupLayout class in java? setVGap(int gap) setVGroup(GroupLayout.Group group) getLayoutAlignmentY(Container parent) minLayoutSize(Container parent) layoutSize(Container parent) Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct choice. getLayoutAlignmentY(Container parent) method is present in the GroupLayout class. This method returns the alignment along the y-axis.