how to connect a java application of data base please tell me
Answers
Answered by
1
Connection con=DriverManager.getConnection(
"jdbc:mysql://localhost:3306/xyz","root","root");
Similar questions