I want to build a simple login/register Java application using NetBeans 12.3 and I don't know how can I use the data in a table that I have created in MySQL database (login table contains two columns username/password).
In fact I connected MySQL database to NetBeans 12.3 using the services-->database-->right
click new connection and picked the MySQL connector Java that I downloaded previously and it said that the connection worked. But I don't get it how can I use the data in that table in my program should I write some code specific to get the data inside my classes and use it.