Multiple Choice
What is different between a Java applet and a Java application?
A) An application can in general be trusted whereas an applet can't.
B) An applet must be executed in a browser environment.
C) An applet is not able to access the files of the computer it runs on
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q6: JAR stands for?<br>A)Java Archive<br>B)Java Archive Runner<br>C)Java Application
Q7: Which of the following is a valid
Q8: What is the default buffer size used
Q9: Why we use array as a parameter
Q10: Program which executes applet is known as<br>A)applet
Q12: Which of these is correct about passing
Q13: Which of this statement is incorrect?<br>A)Every class
Q14: What is process of defining two or
Q15: You read the following statement in a
Q16: What is byte code in the context