Answer the question
In order to leave comments, you need to log in
What to read about java + mysql?
For training, I'm trying to develop a spreadsheet program with which the user could interact by adding, editing, and deleting data. I am an absolute beginner in this and would like to ask you for links to materials that describe how to properly arrange the interaction between java and mysql. Any articles, books, YouTube channels or even tutorial courses, like this
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
For java, read about JDBC technology. And here is a good link www.vogella.com/tutorials/MySQLJava/article.html . In the lesson, approximately what you want to do, and read more in the documentation (usually comes with the JDBC driver)
look towards Hibernate ORM. it will give interfaces to the database easily and gracefully, without the hassle/worries of jdbc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question