-
how to send an arraylist from one object to another please help a.s.a.p.
Does anyone know how to send an arraylist from one object to another?.....and how can i put 6 arraylists into one array list? THANK YOU
-
Pass the reference to the arrayList to the other object.
Use the add method.
-
Yezz, you don't "send" the arraylist anywhere, the containing object just "tells" the other object where the arraylist is, or more precisely where it starts.
eschew obfuscation
-
Or are you thinking about sending it in a stream to a client or a server? If so, look at Serializable ... puts the object into a stream where it can be reconstructed "at the other end" ...
Similar Threads
-
Replies: 7
Last Post: 10-24-2002, 06:33 AM
-
By scottish mike in forum .NET
Replies: 0
Last Post: 08-08-2002, 05:56 AM
-
By Derek Mooney in forum .NET
Replies: 94
Last Post: 10-29-2001, 08:44 PM
-
Replies: 38
Last Post: 09-07-2001, 05:55 PM
-
By Greg Dirst in forum authorevents.appleman
Replies: 1
Last Post: 04-10-2000, 02:56 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|