Tag: web technology

Questions Related to web technology

Multiple choice technology web technology
  1. Compile Properly but Runtime Exception

  2. Compile time error, because you have to do int total = ((Integer)(list.get(0))).intValue();

  3. 59

  4. Compile time error, because can't add primitive type in List.

Reveal answer Fill a bubble to check yourself
C Correct answer