Which module is required for any application using Swing or AWT?
Which module is required for any application using Swing or AWT?
The java.desktop module is required for any application using Swing or AWT. This module includes the necessary classes for creating graphical user interfaces with the Java Swing and AWT toolkits, making it essential for applications that utilize these libraries.
The correct answer is A. The java.desktop module is required for any application using Swing or AWT. This module contains the classes for creating user interfaces with the Java Swing and AWT toolkits.
A is the answer
Confirmed answer is A