Multiple choice technology web technology Border Layout is in which package? javax.swing.* java.util.* java.io.* java.awt.* Reveal answer Fill a bubble to check yourself D Correct answer Explanation BorderLayout is part of the java.awt package, which contains the core Abstract Window Toolkit classes. It is not in javax.swing, java.util, or java.io packages.