P6 Test Questions

(Project Test Home Page)

# Question
1 JApplet
Which of the following statements about JApplets is true?
(Choose all that apply)

A. JApplet is apart of the Swing Classes.
B. JApplet is JDK 1.1 compatible.
C. JApplet is JDK 1.2 compatible
D. None of the above.

2 JApplet & Browsers
Assuming you are not using a Java plugin, therefore you are using the standard <applet> tag, which of the following statements about JApplets is true?
(Choose all that apply)

A. JApplet belongs to the java.swing package not the javax.swing package.
B. The following browsers cannot view JApplets: IE 5.x and NS 4.x
C. NS 6.0 can view JApplets because NS 6.0 is implements JDK 1.2
D. None of the above.

3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20