I have two files of huge data contains string and integers
and i want to read from it and use it to count characters of the string for example name ending with letter "A" containing "oo" or having letter "A" as seconf letter.
i need some methods from the String class or i can use StringTokenizer Class.
please help me or give a hint
Thanks :)