Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. It creates an array of classes

  2. Gives compile time error

  3. It creates an array of objects

  4. It does nothing

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. The class compiles and runs, but does not print anything.

  2. The number 1 gets printed with AssertionError

  3. The number 2 gets printed with AssertionError

  4. The number 3 gets printed with AssertionError

  5. The program generates a compilation error.

Reveal answer Fill a bubble to check yourself
B Correct answer