I wanted to know if there\'s a native method in array for Java to get the index of the table for a given value ?
Let\'s say my table contains these strings :
There is no native indexof method in java arrays.You will need to write your own method for this.