Programming Tutorials

Comment on Tutorial - Hashtable example in Java By Ivan Lim



Comment Added by : Lue

Comment Added at : 2012-07-09 07:00:08

Comment on Tutorial : Hashtable example in Java By Ivan Lim
Thanks for the tutorial. I want to create a catalog with more than two columns i.e. machinename, bestcost, maximumcost and deadline. Since hashtable allows only two columns. How can I extend it to come up with the four columns

View Tutorial