Re: How can i remove an element from an array
Posted By:
AlessandroA_Garbagnati
Posted On:
Sunday, March 24, 2002 01:15 AM
Hi,
Yes, but you need to recreate a new array and copy in there all the values except the one you want to remove.
If you need to manipulate the elements of an array, I would suggest you to consider using one of the implementation of the List interface, like ArrayList.