I need to create a object of CategoryDao.java class in JSP page but whenever I try to create object show NullPointerExection in console and same in browser also. tried try ... catch in CategoryDao class but still not working
I need to create a object of CategoryDao.java class in JSP page but whenever I try to create object show NullPointerExection in console and same in browser also. tried try ... catch in CategoryDao class but still not working