This is correct answer because there are two constructors of borderlayout are present in Java. These are-BorderLayout()- creates a default borderlayout. BorderLayout(int hgap, int vgap)- creates a borderlayout with specified horizontal and vertical gap between the components. So, this answer is correct.