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.

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

  True

  False

 

2.

Applets are not allowed to have contsructors due to security reasons.

  True

  False

 

3.

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

  True

  False

 

4.

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

  True

  False

 

5.

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

 

6.

Applets loaded from the same computer where they are executing have the same restrictions as applets loaded from the network.

  True

  False

 

7.

If getParameter method of an instance of java.applet.Applet class returns null, then an exception of type a NullPointerException is thrown.

  True

  False

 


 
12 more pages in Java Programming


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