-2
I will make a comparison with my problem using a database functionality and html Jquery.
With Jquery we have the possibility to visit the database and bring the data to the frontend in HTML, and this can be done constantly without influencing the user interface (HTML) or that everything stops until the query is performed.
My problem in java is that I have a Jtable and its data is taken from a database and the consulted table is constantly changing, with new data being entered and I need Jtable to support these changes.
Is there any way or something that makes this possible?