Easy: create an array that's double the size of the original array and throw the data from the original array into the new one you just created.
--rob On Wed, Sep 10, 2008 at 2:45 PM, amiller <[EMAIL PROTECTED]> wrote: > > Is this the right forum to ask a simple java question? > > If not maybe someone could suggest a good Java forum and I'll be on my > way. > > Question is regarding merging arrays. > > Alan > > > > -- -Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
