JavaDeploy
SiteMap
Readers Writers
Java Streams
Java Programming
Java Language
Java Programs
«Prev
Next»
Java Programming
Java Technology
Useful Technology
Acquiring Java SDK
Java Compiler
Tic Tac Toe Applet
Java Applet Viewer
Java TM Interpreter
Java SDK Conclusion
OO Programming
OO Fundamentals
Understanding Classes
Object Communication
Defining Objects
Adding Behavior Methods
OO Programming Conclusion
OO Programming - Quiz
Java Programs
Java Api
Applications Applets
Java main() method
Static Class Member
Command Line Arguments
Building String Characters
Standard IO Communication
Application Construction
Program Flow
Conditional Branching
Conditional Ternary Operator
Switch Statement
For Loops
foreach Loop
Nested Loops
while Loops
doWhile Loop
Break Statement
Control Flow Conclusion
Programming Fundamentals
Identifiers, Keywords, Literals
Java Comments
Java Data Types
Storing Data Arrays
Manipulating Text
Evaluating Expressions
Numeric Operators
Boolean Assignment Operators
Compound Operators
Java Language Conclusion
Object Classes
Inheritance Fundamentals
Java Application - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following methods forms the heart of a Java application and is called by the Java interpreter to actually run the application?
Please select the best answer.
A.
begin()
B.
init()
C.
main()
2.
Information entered on the command-line when you execute an application is referred to as:
Please select the best answer.
A.
Application initialization data
B.
Command-line arguments
C.
Application parameters
3.
Which one of the following devices is typically associated with the
System.in
object?
Please select the best answer.
A.
Keyboard
B.
Mouse
C.
Floppy drive
4.
Which one of the following methods is used with the
System.out
object to print information to standard output?
Please select the best answer.
A.
printf()
B.
println()
C.
printLine()
Your score is 0.0
Submit
Quiz Explanation
Java Language