I have a hashmap which has username and password information.
I am reading the username and password information to send it to one other method as follows.
Challenge now I have is server is running on
java 1.4 not java 1.5.
I need to modify my code to remove java 1.5 Generics and use java 1.4. How Can achieve it
Any ideas, suggestions, sample code, links, source code highly appreciated. Thanks in advance