Java Fundamentals  «Prev  Next»

Java Basics - Quiz

Each question is worth one point. Select the best answer or answers for each question.
 

1. The smallest code element in a program which is meaningful to the compiler is called:
Please select the best answer.
  A. An identifier
  B. A token
  C. A literal

2. What symbols are used to inform the Java compiler of how code elements are grouped?
Please select the best answer.
  A. Comments
  B. Operators
  C. Separators

3. Which one of the following things is a Java token?
Please select the best answer.
  A. Comments
  B. Whitespace
  C. Keywords


Your score is 0.0