Questions Related to technology

Multiple choice technology programming languages
  1. -ic of

  2. -mf of

  3. Compilation failure

  4. -ic mf of

  5. -ic mc mf of

  6. -ic mc of mf

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

  2. null null

  3. A ClassCastException is thrown.

  4. A NullPointerException is thrown.

  5. A NoClassDefFoundError is thrown.

  6. An ArrayIndexOutOfBoundsException is thrown.

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

  2. Runtime error.

  3. Hello Hi Hi_Hello Hi

  4. Hi_Hello

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. OF(11) is: 45

  2. OF(11) is: 56

  3. OF(11) is: 89

  4. OF(11) is: 111

  5. Compilation fails.

  6. Runtime Exception

Reveal answer Fill a bubble to check yourself
E Correct answer
Multiple choice technology web technology
  1. private var arrC :ArrayCollection = new ArrayCollection([{label:"abc"},{label:"def"}]);

  2. private var arrC :ArrayCollection =([{label:"abc"},{label:"def"}]);

  3. private var arrC :ArrayCollection = new ArrayCollection([{"abc"},{"def"}]);

  4. private var arrC :ArrayCollection = new ArrayCollection({label:"abc"},{label:"def"});

Reveal answer Fill a bubble to check yourself
A Correct answer