java - JSP Page error While inserting data -


enter image description here

im noob programming please following code.while running code gave me nullpointer exception

you never call establishconnection in dao class. result of con null.

add method establishconnection in constructor of persondao:

public persondao(){     establishconnection(); } 

and try again.

furthermore read java code conventions. class name should start uppercase: persondao correct , follows camelcase code conventions.


Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -