Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Map.....
map is an object that stores associations between keys/values or key/value pairs,given a key u can find its value,both keys and values are objects,some
maps can accept a null key and null values,others cant.