Search:

Type: Posts; User: helloworld922

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    6,895

    [SOLVED] Re: returning null instead of int

    At the top, under Thread Tools > Mark this thread as solved
  2. Replies
    5
    Views
    6,895

    [SOLVED] Re: returning null instead of int

    an int can never have a null value because it's a Java primitive. However, there are wrapper classes for primitives which can be null.

    ex.:


    // didn't test run this, hopefully it works
    public...
Results 1 to 2 of 2