hi.. sorry for asking such a noob question.. i am wondering if there anyway in java to give the position of the particular in a String..
eg:
for the word: "Java"
is it possible to say i want to know the position of the letter 'a' in the word.. so for this case it should return 1 and 3...