Multiple Choice
Which of these exceptions will be thrown if we use null reference for an arithmetic operation?
A) ArithmeticException
B) NullPointerException
C) IllegalAccessException
D) IllegalOperationException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which of these class is a superclass
Q3: Which keyword is used by the method
Q4: Which of these method(s) is/are used for
Q5: Which of these methods of a Thread
Q6: Which of the interface contains all the
Q7: Which of these operators is used to
Q8: Which of the below is invalid identifier
Q9: Which of this method of class String
Q10: What is the string contained in s
Q11: How to copy contents of array?<br>A)System.arrayCopy()<br>B)Array.copy()<br>C)Arrays.copy()<br>D)Collection.copy()