hi, I made a system using Oracle database. Now I'm trying to use PostgreSql.
1. What should I write inside the bracket her - Class.forName(" ?"). 2. And what should I write here? String databaseName = " ?"; int kode=1; Database database = new Database(databaseName, kode, "xxxx", "yyyy");