the problem is:
one hashtable1( String IP , Object clientInfo)and another hashtable(Interger id, String IP).
if the client passes IP and ClientInfo,then how to add to and retrieve from and remove from hashtable1.
the same operation with the second hashtable.
please give some code.
also how to map these two tables.