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.
Val SCJP <BR>going for SCJD
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.