Is jdbc object oriented?



Is jdbc object oriented?..

Answer / Nutan Yadav

Yes, JDBC is designed to be object-oriented. It allows Java developers to work with database objects and collections in a manner similar to other objects within the Java programming language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are the conditions applies to varchar variable, when using in procedures?

1 Answers  


Give steps to connect to the db using jdbc?

1 Answers  


Explain the process of creating tables using NetBeans IDE?

1 Answers  


Why is odbc needed?

1 Answers  


How do I load a database driver with JDBC 4.0 / Java 6?

1 Answers  


How does a custom RowSetReader get called from a CachedRowSet?

1 Answers  


What is a datasource in java?

1 Answers  


Explain the role of driver in jdbc.

1 Answers  


How the JDBC application works?

1 Answers  


What are the different types of drivers under jdbc?

1 Answers  


Is jdbc faster than hibernate?

1 Answers  


What is the latest version of JDBC? What new features are added?

4 Answers  


Categories