21. |
______ do not stop the execution of an application, as exceptions do. They simply alert the user that something did not happen as planned.
|
||||||||
Answer:
Option (c) |
22. |
What is the use of blob, clob datatypes in JDBC?
|
||||||||
Answer:
Option (b) |
23. |
What does the Class.forName("MyClass") do?
|
||||||||
Answer:
Option (d) |
24. |
If one want to transfer data between a database and an application written in the Java programming language, the JDBC API provides which of these methods?
|
||||||||
Answer:
Option (b) |
25. |
The interface ResultSet has a method, getMetaData(), that returns…
|
||||||||
Answer:
Option (a) |
26. |
______ Methods returns a stream that simply provides the raw bytes from the database without any conversion?
|
||||||||
Answer:
Option (b) |
27. |
In ______ ResultSet, the cursor can scroll forwards and backwards, and the result set is sensitive to changes made by others to the database that occur after the result set was created?
|
||||||||
Answer:
Option (b) |
28. |
Where is metadata stored in MySQL?
|
||||||||
Answer:
Option (c) |
29. |
The JDBC driver type used in either applet or servlet code
|
||||||||
Answer:
Option (d) |
30. |
UDA means______.
|
||||||||
Answer:
Option (b) |