题库 第6486页
`InputStream` and `OutputStream` are root classes for all stream
`InputStream` and `OutputStream` are root classes for all stream classes. ~@[](1)答案:TRUE…
JVM is the name of the Java library of classes.
JVM is the name of the Java library of classes. 分值为3分。 ~@[](3)答案:FALSE…
Using `BorderLayout`, the order to add components is irrelevant.
Using `BorderLayout`, the order to add components is irrelevant. ~@[](1)答案:TRUE…
A Java Applet can be executed in a HTML browser after being down
A Java Applet can be executed in a HTML browser after being downloaded from the web server. ~@[](1)答案:TRUE…
Swing container is used to organize other GUI components in. But
Swing container is used to organize other GUI components in. But other containers can not be put in a container. ~@[](1…
In Swing event model, it is true to all the components that only
In Swing event model, it is true to all the components that only one listener can be registered to one component. ~@[](…
The applet's paint method is called after the init method comple
The applet's paint method is called after the init method completes execution and the start method has started executing…
Once the layout of a container has been set, there is no chance
Once the layout of a container has been set, there is no chance to change it to another layout manager. ~@[](1)答案:FALSE…