Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,320

    Re: Multiple nullpointerexceptions in my code.

    I know that it will not make any difference, yet i guess, may be, 1 out of 100 :)
  2. Replies
    7
    Views
    1,320

    Re: Multiple nullpointerexceptions in my code.

    Why don't you try


    java.sql.Statement stmt=con.createStatement();

    instead of


    Statement stmt = con.createStatement();
  3. Replies
    7
    Views
    1,320

    Re: Multiple nullpointerexceptions in my code.

    What is processed in connect()?

    Post your Student class code here too, so we could hav a look over it.
Results 1 to 3 of 3