Syvum Home Page

Home > Quiz Games > Java Programming >

Java Programming : Applets: True or False


Test your knowledge of Applet programming.

Formats Info Page Worksheet / Test Paper Quiz Review
Multiple choice

Your Performance  

1.

An applet may not create frames (instances of java.awt.Frame class).

  True

  False

 

2.

The methods init, start, stop and destroy are the four major events in the life of an applet.

  True

  False

 

3.

The class file of an applet specified using the CODE parameter in an <APPLET> tag must reside in the same directory as the calling HTML page.

  True

  False

 

4.

The SecurityManager object is responsible for implementing the security policies for applets.

  True

  False

 

5.

Applets loaded over the internet have unrestricted access to the system resources of the computer where they are being executed.

  True

  False

 

6.

An applet may be able to access some methods of another applet running on the same page.

  True

  False

 

7.

An applet is an instance of the Panel class in package jawa.awt.

  True

  False

 


 
12 more pages in Java Programming


Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright
Previous
-
Next
-