Thread
:
how to pass array in java?
View Single Post
#
4
(
permalink
)
01-13-2008, 06:33 PM
afsina
Member
Join Date: Jan 2008
Posts: 24
well, then make your sort method to accept an array of your choice. such as:
Code:
public static void mySort(int[] array) { .... sort it ... }
afsina
View Public Profile
Send a private message to afsina
Find all posts by afsina