Tag: technology

Questions Related to technology

The following code is compiled: double abc = 100.0; double xyz = abc/0; What is the result?

  1. Compilation Error

  2. Arithmetic Exception

  3. Compiles with no errors

  4. None of the above


Correct Option: C

Overloaded methods should not throw new checked exceptions that have not been thrown by the original method?

  1. True

  2. False


Correct Option: B