About Question enthuware.ocpjp.v7.2.1585 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
sir_Anduin@yahoo.de
Posts: 62
Joined: Fri Aug 07, 2015 2:16 pm
Contact:

About Question enthuware.ocpjp.v7.2.1585 :

Post by sir_Anduin@yahoo.de »

It allows null value to be stored.
how does that work?

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.v7.2.1585 :

Post by admin »

Code: Select all

    HashSet hs = new HashSet();
    hs.add(null);
    System.out.println(hs);
Prints:

Code: Select all

[null]
HTH,
Paul.

Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests