Tag: technology

Questions Related to technology

  1. Runtime error.

  2. Depends on the code where you use

  3. Compiles Fine

  4. Compilation error.


Correct Option: D
  1. Intel 8085

  2. Intel 4004

  3. Intel 8086

  4. Intel 3003


Correct Option: B

1.Set s = new TreeSet(); 2.s.add("JAVA"); 3.s.add(new Integer(5)); Line 3 will give ClassCast Exception because Two different types of object are getting added.

  1. True

  2. False


Correct Option: A