(6)
Which of the following statement is false in view of the applets in Java?
Answer: Option [D]
Answer: Option [D]
Answer: Option [C]
The methods used in applet are init(), start(0, stop(), destroy(), paint(Graphics)
Answer: Option [A]
Init() method is a built in Java class. It is not defined by applet class because it is already written inside.
Answer: 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.