B, C, and E are incorrect.
B is incorrect because java.io is used for input and output type jobs.
C is incorrect because java.net is used for network connections.
E is incorrect because the java.util package contains classes such as Vector, ArrayList,. Random, and many more, but no classes for building a GUI.
|