abyinsydney
Programmer
Dear Fellow citizens
Please help me with the below mentioned scenario
I have a class A,Class B.
In class B.I have a hash table code
Hashtable birthdays = new Hashtable ();
birthdays.put ("Dylan", "June 25");
birthdays.put ("Liam", "February 28");
birthdays.put ("Angie", "February 10");
i need to call the result of hash code of class B in to Class A.
Could you let me know how to call the results of Hash code in class B in to Class A
Thanx in advance
aby
Please help me with the below mentioned scenario
I have a class A,Class B.
In class B.I have a hash table code
Hashtable birthdays = new Hashtable ();
birthdays.put ("Dylan", "June 25");
birthdays.put ("Liam", "February 28");
birthdays.put ("Angie", "February 10");
i need to call the result of hash code of class B in to Class A.
Could you let me know how to call the results of Hash code in class B in to Class A
Thanx in advance
aby