Which method is used to load the driver?



Which method is used to load the driver?..

Answer / Rekha

"In PostgreSQL, JDBC drivers are usually loaded using a Class.forName() method in Java. For example: Class.forName("org.postgresql.Driver");"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How does postgres store data?

1 Answers  


How do I view blob data?

1 Answers  


Is postgresql better than sql server?

1 Answers  


How many indexes per table are allowed in postgresql?

1 Answers  


What is pg_catalog in postgres?

1 Answers  


What is logical replication in postgresql?

1 Answers  


How do I remove all rows from a table?

1 Answers  


Explain about pgadmin?

1 Answers  


How to take backup of database?

1 Answers  


How to drop all tables in postgresql?

1 Answers  


What is postmaster in postgresql?

1 Answers  


How do I change the default postgres password?

1 Answers  


Categories