GkSeries.com

Q.

What is not true about applets?

[A] Applets do not need a main() method
[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.