I am new to the Java programming language and need some assistance.
I am trying to create a JTable that displays the results of a database query. I understand that there are two ways to supply the JTable with data. An array can be supplied or a table model can be supplied. Of course, since I do not know how many rows in the database, I would have to use a table model. I am faced with a problem now. I have NO CLUE what a table model is and am struggling to find out. Can someone please help with the code of what ever a table model is
Thank you