Search:

Type: Posts; User: alskdwq

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,147

    Re: a null pointer exception

    Thanks alot man!!! You said about the non null value, so I re checked my codes trying to find such mistakes, and I found that the getConnection method didn't return an object, so the conn I'm using...
  2. Replies
    4
    Views
    1,147

    Re: a null pointer exception

    java.lang.NullPointerException
    at Servlet.LoginServlet.service(LoginServlet.java:28)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
    at...
  3. Replies
    4
    Views
    1,147

    a null pointer exception

    hi guys, I'm writing some servlets for a website, but I'm new to JSP, therefore I made alot mistakes when I was writing them, I've been fixing them for weeks, but this null pointer exception, I just...
Results 1 to 3 of 3