The following code throws a `NullPointerException`: ``` Link link = new Link(New Node(), new Node()); link.equals(null); ``` Is that normal ?
The following code throws a
NullPointerException:Is that normal ?