View Single Post
  #1 (permalink)  
Old 01-13-2008, 03:40 PM
sivasayanth's Avatar
sivasayanth sivasayanth is offline
Member
 
Join Date: Dec 2007
Posts: 20
sivasayanth is on a distinguished road
how to pass array in java?
i prepared 1000 integer array, and initialized by the random numbers.
then i want to pass that array another class (sorting) to do some algorithm.

now, I'm in trouble how to pass the array to the sorting class?
Reply With Quote
Sponsored Links