Programming - Applets
You Are Here :: Home > JAVA > Applets - General Questions
1. |
An _________________ is a program that runs inside an applet viewer.
|
A. |
Applets |
B.
|
Jsp's |
C.
|
Servlets
|
D.
|
Swings
|
|
Answer: Option A
Explanation:
An applet is a program that runs inside an applet viewer. |
|
2. |
The __________ also comes with an applet viewer.
|
A. |
JDK |
B.
|
J2EE |
C.
|
JVM
|
D.
|
JSP
|
|
Answer: Option A
Explanation:
The JDK also comes with an applet viewer. |
|
3. |
Import predefined classes grouped into ________________
|
A. |
Packages |
B.
|
Groups |
C.
|
Servlets
|
D.
|
Swings
|
|
Answer: Option A
Explanation:
Import predefined classes grouped into packages |
|
4. |
Import the _______________ class to draw graphics
|
A. |
Graphics |
B.
|
Designs |
C.
|
Packages
|
D.
|
Groups
|
|
Answer: Option A
Explanation:
import the Graphics class (package java.awt) to draw graphics |
|
5. |
Import specifies __________________ structure
|
A. |
Directory |
B.
|
Folder |
C.
|
Documents
|
D.
|
Sheets
|
|
Answer: Option A
Explanation:
import specifies directory structure |
|
6. |
__________________ have at least one class declaration
|
A. |
Applets |
B.
|
Jsp's |
C.
|
Servlets
|
D.
|
Swings
|
|
Answer: Option A
Explanation:
Applets have at least one class declaration |
|
next »