Hi.
Can anyone tell me or point me to some documentation explaining how Java's Object[] array implementation is???
Are elements stored next to each other in memory like C?
Or is it like a linked list and each element points to the next?
Because I'm finding Java's array notation is alot quicker than using a LinkedList or ArrayList object.
Any and all suggestions are very welcome!
Thankyou all.
Oxy
we are all of us living in the gutter.
But some of us are looking at the stars.
Can anyone tell me or point me to some documentation explaining how Java's Object[] array implementation is???
Are elements stored next to each other in memory like C?
Or is it like a linked list and each element points to the next?
Because I'm finding Java's array notation is alot quicker than using a LinkedList or ArrayList object.
Any and all suggestions are very welcome!
Thankyou all.
Oxy
we are all of us living in the gutter.
But some of us are looking at the stars.