Hi,
I need to loop through a HashMap object which has Key and Value pairs, both of type String, but I do not know any of the Keys or the values...
How can I loop through this HashMap and get both the Key and the Value in one loop...
The reason I want to get the Key and the Value in one loop is to build a XML out of it...
Thanks in Adv.
Nims..
I need to loop through a HashMap object which has Key and Value pairs, both of type String, but I do not know any of the Keys or the values...
How can I loop through this HashMap and get both the Key and the Value in one loop...
The reason I want to get the Key and the Value in one loop is to build a XML out of it...
Thanks in Adv.
Nims..