This video is similar to the Java Swings connection to the database. If you are prepared with that you will be able to do this. I have to use the MySql database (PHPMyAdmin) for this. You can use any other database comfortable for you.
🔔Turn on for Notifications :)
Watch part 1 if you haven't watched it.
-----------------
Things to focus on.
-Add the MySQL connector to the Libraries.
-Class.forName ( registering to the database)
-Connection ( Connecting to the database);
-PreparedStatement ( to prepare a statement for pushing the data into the database);
-closing the connection.
-------------------------------------------------
Let's Learn together :)
#servlet #database #java