The following is a description of Java swing, which is the wrong word?
A.swing is a Java-based, cross-platform MVC framework. Use single-threaded mode.
B.swing is a newly developed package to solve the problem of AWT, which is based on AWT
C.swing optimized AWT to run faster than AWT
D.swing is a component-based framework in which all components are inherited from the Javax.swing.JComponent class.
Wrong choice A: The reason for selecting a is that swing is not a fast-platform MVC framework and is not deterministic for single-threaded mode.
The c:swing is a new graphical interface system based on AWT, which provides all the functions that AWT can provide, and greatly expands the functionality of AWT with pure Java code. AWT is a native-based, C + + program that runs faster, and swing is an AWT-based Java program that runs at a slower speed.
What's wrong with the description of Java swing under the interview in 2018-03-19?