import java.util.*; import java.io.*; class ab { public static void main(String args[])throws Exception { Hashtable s =new Hashtable(); System.out.println(s); s.put("1","a"); s.put("2","b"); s.put("3","c"); System.out.println(s); System.out.println(s.get("0")); System.out.println(s.get("1")); System.out.println("Size of table is : "+s.size()); s.clear(); System.out.println("Size of table is : "+s.size()); } }
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.