Questions Related to technology

Multiple choice technology
  1. Set set = new TreeSet();

  2. Set set = new HashSet();

  3. Set set = new SortedSet();

  4. List set = new SortedList();

  5. Set set = new LinkedHashSet();

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

  2. Compilation fails.

  3. A ParseException is thrown by the parse method at runtime.

  4. A NumberFormatException is thrown by the parse method at runtime.

Reveal answer Fill a bubble to check yourself
B Correct answer