Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. Prints "ABC" and throws AssertionError

  2. Prints "ABC" and throws AssertionException

  3. Prints "ABC" and exits without any error

  4. Compilation error

  5. Run time exception

  6. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. . private or nothing (default) on line 3. Nothing (default) or protected or public on line 8.

  2. public or protected on line 3. private or nothing (default) on line 8.

  3. Nothing (default) or protected or public on line 3. private or nothing (default) on line 8.

  4. public on line 3 and private on line8.

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology programming languages
  1. 1

  2. two

  3. NumberFormatException

  4. ArrayIndexOutOfBoundsException

  5. Code does not compile

Reveal answer Fill a bubble to check yourself
C Correct answer