DB2Problem
Programmer
Hello ALL
I need to create a hashMap or some kinda data structure of name=value pair after reading these contents from a file
abcd@email.com|1|2|3|4|n|y
efgh@email.com|1|2|3|4|n|y
ijkl@email.com|1|2|3|4|n|y
mnop@email.com|1|2|3|4|n|y
How can i do this in JAVA
Please advise
Thanks a lot
I need to create a hashMap or some kinda data structure of name=value pair after reading these contents from a file
abcd@email.com|1|2|3|4|n|y
efgh@email.com|1|2|3|4|n|y
ijkl@email.com|1|2|3|4|n|y
mnop@email.com|1|2|3|4|n|y
How can i do this in JAVA
Please advise
Thanks a lot