Search:

Type: Posts; User: chronoz13

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,962

    Re: int and Integer

    yah exactly world! thats why im having problems with int arrays!! because of 0, and 0 != null
  2. Replies
    5
    Views
    1,962

    Re: int and Integer

    that helped me bit sir! thats why im having problems with int[] arrays,,

    Integers allows null values, while int doesnt, the offset or default value of int is '0' , which has no countable value...
  3. Replies
    5
    Views
    1,962

    int and Integer

    whats the difference with and reserved word int and Integer class?


    Integer[] number = new Integer[12];

    and


    int[] numbers = new int[12];
Results 1 to 3 of 3