Search:

Type: Posts; User: hooshdar3

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    1,015

    [SOLVED] Re: NullPointerException

    Thanks
    I just needed to new each element separately
  2. Replies
    7
    Views
    1,015

    [SOLVED] Re: NullPointerException

    But I wrote
    madam.
    Doesn't that create an anonymous pointer and assign queue to refer to it?

    Do I instead write Info queue[] = new Info[100]?
  3. Replies
    7
    Views
    1,015

    [SOLVED] Re: NullPointerException

    What shall I do?
  4. Replies
    7
    Views
    1,015

    [SOLVED] NullPointerException

    Hello.
    Why is the NullPointerException generated in the following code snippet at run-time?

    class Info{
    public String name;
    public String version;
    public String arch;...
Results 1 to 4 of 4