Search:

Type: Posts; User: Kumarrrr

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,008

    Re: IndexOutOfBound

    It works fine when dealing with integers < 10;
    But I get java.lang.ArrayIndexOutOfBoundsException when the integers get huge;
  2. Replies
    3
    Views
    2,008

    Re: IndexOutOfBound

    And now why didn't I think of that.. haha :)

    Thanks bro.
  3. Replies
    3
    Views
    2,008

    IndexOutOfBound

    Hi all,

    I'm getting the mentioned exception while trying to merge two int arrays.

    Here's the code..




    public static int[] MergeArrays(int[] ArrayA, int[] ArrayB)
Results 1 to 3 of 3