SiteMap
Readers Writers
Java Streams
Java Programming
Java Language
Java Technology
«Prev
Next»
Java Programming
Java Technology
Java Compiler
OO Programming
OO Programming - Quiz
OO Programming Conclusion
Java Programs
Java Api
Applications Applets
Interpreter | main() Method
Command Line Arguments
Standard IO Communication
Application Construction
Program Flow
Conditional Branching
Nested Loops
Control Flow Conclusion
Programming Fundamentals
Identifiers, Keywords, Literals
Java Data Types
Numeric Operators
Boolean Assignment Operators
Compound Operators
Compound Assignment
Language Fundamentals - Conclusion
Java Fundamentals - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Java programs are cross-platform, which means that they:
Please select the best answer.
A.
Can only be run on one specific computer and operating system.
B.
Must be carefully developed to run on more than one computer and operating system.
C.
Can be run on just about any computer and operating system.
2.
The Java compiler is different from traditional compilers because the bytecode it generates is:
Please select the best answer.
A.
Inefficient
B.
Hard to understand
C.
Generic
3.
When you run an applet in the AppletViewer, the AppletViewer ignores everything in the Web page but:
Please select the best answer.
A.
The title of the page
B.
The
<APPLET>
tag
C.
The
<BODY>
tag
4.
What is the name of the Java compiler program?
Please select the best answer.
A.
java
B.
javac
C.
javap
Score =
Correct answers:
Quiz Explanation