I'm not sure if Sun considers this a "feature" or what, but i'm having trouble with an array in a while loop, the Array gets changed each time though the loop, however the way Java references objects, the Array's reference never changes, and when I try to pass the Array to get processed, it sends the same reference, which contains the orignal data of the 1st iteration through the loop, however when I System.out.println( array[0] ); you can see the data is changing... any work arounds to this? This is a pretty rediculous bug, or whatever, sounds intentional...
Thanks,
Shaun Brierly