connection for database.

Class.forName("oracle.jdbc.driver.OracleDriver");
Connection con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:DatabaseName","username","password");

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines