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 from the same computer where they are executing have the same restrictions as applets loaded from the network.

  True

  False

 

2.

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

  True

  False

 

3.

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

  True

  False

 

4.

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

  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.

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

  True

  False

 

7.

One of the popular uses of applets involves making connections to the host they came from.

  True

  False

 


 
12 more pages in Java Programming


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