Author
Adding Elements
amit bhadre
Ranch Hand
Joined: Jan 23, 2006
Posts: 124
posted Jan 29, 2006 22:34:00
0
How t add elements of any data type in Stacks,ArrayList ,HashTable,HashMap ,HashSet , etc of util package?
Thanks advance who ever answers this question.
regards
amit bhadre
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14669
posted Jan 29, 2006 22:47:00
0
You can put anything extending the Object class in Collections like ArrayList , Stack... Search the API to know which method to call.
[My Blog]
All roads lead to JavaRanch
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24041
posted Jan 30, 2006 05:59:00
0
Please don't post the same question multiple times. If you get an answer you don't like, then provide followup information in the same thread. here is the first time you asked about this. I'm closing this later thread.
[Jess in Action] [AskingGoodQuestions]
subject: Adding Elements