I don't know what this does:
HashMap<String, String> map = new HashMap<String, String>(null);
Kent Hervey
Level 16
What does (null) do?
Under discussion
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Lawson
13 August 2020, 17:23
i'm not that good but i think it makes the map empty or it declares it empty
0