Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. 0.0

  2. Compilation fails

  3. A ParseException is thrown by the parse method at runtime

  4. A NumberFormatException is thrown by the parse method at runtime

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology programming languages
  1. for( Color c : Color.values())

  2. for( Color c = RED; c <= BLUE; c++)

  3. for( Color c; c.hasNext() ; c.next())

  4. for( Color c = Color[0]; c <= Color[2]; c++)

Reveal answer Fill a bubble to check yourself
A Correct answer