0 votes
in JAVA by
How to connect database in java?

1 Answer

0 votes
by
Install or locate the database you want to access.

Include the JDBC library.

Ensure the JDBC driver you need is on your classpath.

Use the JDBC library to obtain a connection to the database.

Use the connection to issue SQL commands.

Related questions

0 votes
asked Oct 10, 2020 in JAVA by Robindeniel
0 votes
asked May 21, 2020 in JAVA by GeorgeBell
...