how to query database from servlet
Question: I'm new to jsp and servlets, I've only been dealing with them for 2 weeks, so forgive me if this is stupid or essentially a easy fix. I've looked at previous asked questions on here and none have helped. If my question has been answered already on here please share the link to that post. Otherwise any insight on this matter would be appreciated. I took data from a form to create a object. In my servlet I created a new instance of said object and use setters to set the objects values. I created a Instance of a class that handles querying my database in my servlet. I placed my object into a method that adds data to my database. data wasn't added. this method works fine outside…