Search:

Type: Posts; User: EDale

Search: Search took 0.08 seconds.

  1. Re: Error message java.lang.ArrayIndexOutOfBoundsException: 0

    That is all the compiler tells me for the error sir, and it highlights the line


    int size = Integer.parseInt(args[0]);
  2. Re: Error message java.lang.ArrayIndexOutOfBoundsException: 0

    Isn't it supposed to be empty at index 0? That's where I'm supposed to put my first student object. If I don't index into it, won't that just stop the execution of the program since the if statement...
  3. Re: Error message java.lang.ArrayIndexOutOfBoundsException: 0

    How will this stop the error message from happening? And where do I put this if statement?
  4. Error message java.lang.ArrayIndexOutOfBoundsException: 0

    Hey guys, this is my first time on here so I don't know if my code is going to come out messy, so if it does I'm sorry. I'm new to java programming and I'm working on an assignment where I was given...
Results 1 to 4 of 4