0
What about data base with java !!!
5 Antworten
+ 9
What is your question?
https://www.sololearn.com/discuss/333866/?ref=app
+ 6
You're welcome ^^
+ 5
You could use a framework e.g. Hibernate or simply JDBC which comes with Java:
https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/
That has nothing to do with ui btw. But of course you can link the ui operations with whatever you want.
+ 1
My question is : how to introduce and manipulate dadabases with java UI ???
+ 1
Thanks alot,that's what i'm searching for😊