Search:

Type: Posts; User: helloworld922

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,716

    Re: Break it down

    lol, i missed that last one. And no, Json. Car[] cars1 does not create a null reference. It is un-initialized, and holds no value at all (not even null!). It's true that in other programming...
  2. Replies
    5
    Views
    1,716

    Re: Break it down

    Ok, first of all the first line has a few syntax errors. It should be this:


    class Car{}


    This basically tells Java that you are creating a class named Car. Anything between the curly...
Results 1 to 2 of 2