Computer Science, asked by naina268, 11 months ago

how to connect a java application of data base please tell me

Answers

Answered by smartboyGanesh
1

Connection con=DriverManager.getConnection(  

"jdbc:mysql://localhost:3306/xyz","root","root");  

Similar questions