Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. An exception occurs at runtime.

  2. Compilation fails.

  3. 57 22

  4. 45 57

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. (Y)x2.do2();

  2. x2.do2();

  3. ((Y)x2).do2();

  4. None of the above statements will compile

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. Beagle b2 = (Beagle) dog1;

  2. Runtime Exception

  3. Beagle b4 = dog2;

  4. None of the above statements will compile

Reveal answer Fill a bubble to check yourself
A Correct answer