Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Please help me to find out the error in the following code

    I don't know that arrays have any constructors.
  2. Re: Please help me to find out the error in the following code

    Yes, primitives have a default value. An array of a class does not and is initially null.
  3. Re: Please help me to find out the error in the following code

    I don't think there is.
  4. Re: Please help me to find out the error in the following code

    Moved to own thread.


    What variable has the null value?
    Where in the code is that variable given a value?


    Declaring an array does not give any value to the array's elements. Each element...
Results 1 to 4 of 4