| Author |
HashMap values
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
First i want to add my values with key to the HashMap. Finally i add these HashMap values to the db.(db insertion) How can i do that?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
You add values to a HashMap with the put(Object, Object) method, as you can see if you read the JavaDocs for HashMap. You can add data to a database using JDBC. And there is a tutorial for this at Sun.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: HashMap values
|
|
|