Is there any built in function to shuffle contents of String array in java/android?
For example, To shuffle array a.
a[4]={"abc","cde","def","ghi"}
Is there any built in function to shuffle contents of String array in java/android?
For example, To shuffle array a.
a[4]={"abc","cde","def","ghi"}