[B]
Applets should be run under a Java-compatible browser
[C]
Applet uses the interface provided by AWT
[D]
User I/O is accomplished with Java's stream I/O classes
Answer & Explanation
Option: [D]
The classes java.io.InputStream and java.io.OutputStream are the root classes of all java IO input stream and Java IO Output stream classes respectively.