Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    784

    Re: Null Pointer Exception. Why?

    Does that mean the problem is solved now?

    Can different values from Random change how the code executes?
    Try executing it several times.
  2. Replies
    4
    Views
    784

    Re: Null Pointer Exception. Why?

    You get a NullPointerException because a variable has a null value. Look at the line where the error happens, find the variable with the null value and backtrack in the code to see why the variable...
Results 1 to 2 of 2