Search:

Type: Posts; User: nike

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,236

    Re: Getting ArrayIndexOutBound Exception

    Yes I am from C++ background.

    So as String in java is not Null terminated.Then how we can find once we come to end of the string in java.Becuase here we can not use normal string lenght() method.
  2. Replies
    6
    Views
    1,236

    Getting ArrayIndexOutBound Exception

    Hello I am writing the java program to get the Length of the String without String method.So I am using loop.
    But I am getting the error as -
    Exception in thread "main"...
Results 1 to 2 of 2