Is java.util.Array a wrapper object for native arrays like int[].class ? When should I be using java.util.Array ? What are its benefits (if any) when compared to native arrays - other than the fact that it can be interchangeable with the List interface from the Collection framework ? Thanks Pho
Regards,
Pho
Val Dra
Ranch Hand
Joined: Jan 26, 2001
Posts: 439
posted
0
Arrays class provides convinience methods such as search,sort arrays , etc nothing more i think.