Search:

Type: Posts; User: jmack

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,479

    [SOLVED] Re: Getting NullPointerException in program

    Yes it does seem to be the problem as all three programs have no trouble compiling, below is the error I get when I try to run the program

    Exception in thread "main"...
  2. Replies
    4
    Views
    1,479

    [SOLVED] Getting NullPointerException in program

    What I am trying to do is create a bank class (which uses an array to store the accounts) that has a create method which is used to create a new account in the bank. The method requires the user to...
Results 1 to 2 of 2