Programming Tutorials

Comment on Tutorial - Hashtable example in Java By Ivan Lim



Comment Added by : Lue

Comment Added at : 2012-07-09 10:40:08

Comment on Tutorial : Hashtable example in Java By Ivan Lim
Thank you for the tutorial. I want to create a catalog with four fields mac?hinetype, bestcost, maximumcost and deadline. Since hashtable allows only two fields how can I extend it to come up with the four fields

View Tutorial