Showing posts with label example of Hashtable. Show all posts
Showing posts with label example of Hashtable. Show all posts

Hashtable in java

Ashok Veer | May 15, 2020 | | | Be the first to comment!
Hashtable in java

Java Hashtable class is available since jdk1.0 which is oldest class in java present in java.util package. Java Hashtable internally contains buckets where the key/value pairs are stored in buckets.

A Hashtable class is an array of a list structure. Each list is known as a bucket. The position of the bucket is identified by calling the hashcode() method.
read more..
read more...
 
Copyright © 2019 techfloaters • All Rights Reserved.
Template Design by Ashok Veer ( veersoft solution)