I'm having problem in developing my program.
I'm getting an exception "StringIndexOut OfBoundsExcepti on: String index out of range : 99"
I guess this is the problem of size of the string.
I'm reading the string from a file.
Code:
While((s=bufferedReader.readLine())!=null)
{
System.out.println(s);
}