CompTIA Security+ Exam Prep

Category - Engineering

Applications need to be able to interact with information stored in databases for data to be useful. What application programming interface language allows a Java application to communicate with a database?
  1. Object Linking and Embedding Database
  2. ActiveX Data Objects
  3. Java Database Connectivity
  4. Open Database Connectivity
Explanation
Answer: C - Java Database Connectivity (JDBC) is an application programming interface language that allows a Java application to communicate with a database. The application can bridge through ODBC or directly to the database. It is an API that provides the same functionality as ODBC, but is specifically designed for use by Java database applications. It has database-independent connectivity between the Java platform and a wide range of databases.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz