Can anyone explain me whether HashSet will allow null value or not? Because in Jamie Jaworski book described as "It does not allow the use of null element".
anrup kris
Greenhorn
Joined: Oct 22, 2000
Posts: 17
posted
0
I read in the API that HashSet permits null values,where as the class HashTable implements a hashtable and maps keys to values.So it does not permit null values regards kris
Sakthivel Sabapathy
Greenhorn
Joined: Oct 20, 2000
Posts: 4
posted
0
So that means Jamie Jaworskie book that specified statement is wrong. Am i right?