Programming Tutorials

Comment on Tutorial - HashMap example in Java By Charles



Comment Added by : prashant patil

Comment Added at : 2012-08-19 05:16:20

Comment on Tutorial : HashMap example in Java By Charles
i'm doing project on hotel management...
and i'm using hashmap for save userid and password.
so.. how can i get items from hashmap into combobox?
means we create hashmap ani its date save in to ".dat" file.
and data save into file like..(userid:password:question1:answer1:true)
and i want to retrive question1,question2... in to combobox..
so tell me how.....Plsssssssss


View Tutorial