Search:

Type: Posts; User: Arius

Search: Search took 0.19 seconds.

  1. Re: How do you set an object in array to null value?

    Ah yes I know ArrayLists ahah I love them. All right, you cleared a lot of things up. Thanks for everything.
  2. Re: How do you set an object in array to null value?

    Thank you for answering. I understand that way of setting, but isn't there a specific set method I can use for arrays (it is in the API I believe). Also, what are primitive arrays..? I thought arrays...
  3. How do you set an object in array to null value?

    Hi, I'm going to try to make my query as brief as possible because my code is very long. Please excuse me.

    I'm trying to replace (set) an object in my array to null. Lets say my array is "numbers"...
  4. Replies
    1
    Views
    2,743

    How do you pass an Array as a Parameter?

    Hi, right now I'm writing a code that needs to pass an Array "numbers" that contains a text file from my driver into my constructor. For example, for primitives it is easy:

    public Stats (int a)
    ...
  5. Replies
    2
    Views
    1,959

    Re: IndexOutOfBounds.. Error

    numbers.txt

    I think I just uploaded it. I know for a fact that the two modes for this text file are 10 and 48. When you ran your version of numbers, it gave you the correct mode? That is odd.
    ...
  6. Replies
    2
    Views
    1,959

    IndexOutOfBounds.. Error

    Hey guys, I just joined the forums and hope to learn a lot about programming here.

    So, I have an assignment to make a code calculating the mode of a text file with 999 integers. I know there are...
Results 1 to 6 of 6