| 31. |
______contains date information?
|
||||||||
|
Answer:
Option (a) |
| 32. |
______ is an open source DBMS that runs on UNIX, Linux and Windows
|
||||||||
|
Answer:
Option (a) |
| 33. |
Which method executes a simple query and returns a single Result Set object?
|
||||||||
|
Answer:
Option (a) |
| 34. |
The JDBC-ODBC bridge is ______
|
||||||||
|
Answer:
Option (a) |
| 35. |
Which of the following allows non repeatable read in JDBC Connection?
|
||||||||
|
Answer:
Option (c) |
| 36. |
Which of the following is correct connection string for mysql database access ?
|
||||||||
|
Answer:
Option (a) |
| 37. |
What is the correct order to close database resources?
|
||||||||
|
Answer:
Option (b) |
| 38. |
Which method Drops all changes made since the previous commit/rollback?
|
||||||||
|
Answer:
Option (a) |
| 39. |
Which of following statement is false for PreparedStatement ?
|
||||||||
|
Answer:
Option (d) |
| 40. |
The executeUpdate method can be used with ____________.
|
||||||||
|
Answer:
Option (c) |