Hi,
I have declared array as Int[] ids = new int[50];
In ArrayList we can remove specified index using RemoveAt(5)
method. My question is how can we do this one with int array (single
dimensional array) or else is there any alternative solution for this?
If anybody knows the solution pls let me know.
Thanks and Regards,
Vinothkumar B
bvinoth@tvsinfo tech.com
I have declared array as Int[] ids = new int[50];
In ArrayList we can remove specified index using RemoveAt(5)
method. My question is how can we do this one with int array (single
dimensional array) or else is there any alternative solution for this?
If anybody knows the solution pls let me know.
Thanks and Regards,
Vinothkumar B
bvinoth@tvsinfo tech.com
Comment