Multiple choice

Which one of the following Java API's is to be used to invoke a static, simple SQL statement from a known table with known column names from a Java object?

  1. SQLJ

  2. JDBC

  3. Java Stored Procedures

  4. CORBA or EJB

  5. Servlets or JavaServer

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This Java API is to be used to invoke a static, simple SQL statement from a known table with known column names from a Java object.