Ask your own question, for FREE!
Computer Science 91 Online
OpenStudy (hyroko):

so, I'm filling a Hashtable with all the reserved words in java, and for some reason this: ``` reserved.put("null".hashCode(),"null"); ``` says "illegal start of expression" it has worked so far with every other reserved word (in alphabetical order) but for some reason, it won't hash the string object "null" with the value of a string value "null"

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!