0
How to connect database using Java?
I want to create the program using database to save the data. how to create the connection with db?
2 Respostas
0
using jdbc?
0
create the class, and define the the username of db, URL, password and driver. download the jdbc of ur db. configure jdbc driver to ur ide