Answered Questions

  • What is meant by HashMap in Java

    reddyvj

    • Feb 3rd, 2007

    Hash Mapping is a special DataStructure, it is used for mapping the objects in memory locations.i.e objects store in stack memory and references to pointing objects are in heap for this we use a special data structure "HashMapping"

    Thas

    • Jan 10th, 2007

    well..it was nice answer. Hasmap is class in Collection frame work. It is a one of the data structure class such as Linklist. The speciality of the Hasmap is, search time is less as compare to other d...