Answer the following statements true (T) or false (F)

1) Java is a language for www-based Internet programming.
2) To connect to Oracle database with Java, you can only use JDBC driver provided
by Sun Microsystem.
3) Java establishes connection with Oracle driver, and then loads JDBC driver.
4) When a SELECT-query is executed with executeQuery( ) method, data is retrieved
into a ResultSet object.
5) ResultSetMetaData class is used to get metadata information about ResultSet
object.


1) T
2) F
3) F
4) T
5) T

Computer Science & Information Technology

You might also like to view...

Which of the following is a valid Visual Basic conditional statement?

(A) 2 < n < 5 (B) 2 < n Or < 5 (C) 2 < n Or 5 (D) (2< n) Or (n < 5)

Computer Science & Information Technology

Assume double[][][] x = new double[4][5][6], what are x.length, x[2].length, and x[0][0].length?

a. 4, 5, and 6 b. 6, 5, and 4 c. 5, 5, and 5 d. 4, 5, and 4

Computer Science & Information Technology

The ____ operator evaluates as true when the left operand is less than or equivalent to the right operand.

A. >= B. <= C. > D. <

Computer Science & Information Technology

What is another name for an RJ-45 connector?

A) 8P8T B) 8P8C C) 8W8T D) 8C8P

Computer Science & Information Technology