NPE, zero or null?

Report a typo

Here's a code snippet:

Integer n1 = 1001;
Integer n2 = null;
Integer result = n1 / n2;

What statement describes this code best?

Select one option from the list
___

Create a free account to access the full topic