Suppose I have 3 hashtables ie: A1, A2, A3...and A3 contains another hashtable B1 and B2...similarly B2 has another hashtable C1 and C2...
Lookin at the above example i want to get them into an arraylist...I think it uses recursive function..I need the code for this recursive function. Thanks in advance
Lookin at the above example i want to get them into an arraylist...I think it uses recursive function..I need the code for this recursive function. Thanks in advance