Programming Tutorials

Comment on Tutorial - Arrays example in Java - asList(), binarySearch(), fill(), sort(), equals() By Fazal



Comment Added by : JoelC

Comment Added at : 2012-11-06 16:23:19

Comment on Tutorial : Arrays example in Java - asList(), binarySearch(), fill(), sort(), equals() By Fazal
Hi this is very clear and helpful, I would like to know though which one to use to compare a string array? Say if i used the binary search would i use object [] if trying to search for a string in an array.? thanks

View Tutorial