Q. What is different between a Java applet and a Java application? (Solved)
1. An application can in general be trusted whereas an applet can't.
2. An applet must be executed in a browser environment.
3. An applet is not able to access the files of the computer it runs on
4. (A), (B) and (C).
- d. (A), (B) and (C).