Which constants are used to indicate that a ResultSet is scrollable, insensitive to changes and read only?

a. TYPE_SCROLLABLE_INSENSITIVE, CONCUR_READ_ONLY.
b. TYPE_SCROLLABLEINSENSITIVE, CONCUR_READONLY.
c. TYPE_SCROLL_INSENSITIVE, CONCUR_READ_ONLY.
d. TYPE_SCROLL_INSENSITIVE, CONCUR_READONLY.


d. TYPE_SCROLL_INSENSITIVE, CONCUR_READONLY.

Computer Science & Information Technology

You might also like to view...

If a random access file contains a stream of characters, which of the following statements would move the file pointer to the starting byte of the fifth character in the file?

a. file.seek(4); b. file.seek(8); c. file.seek(10); d. file.seek(5);

Computer Science & Information Technology

Suppose you wish to provide an accessor method for a boolean property finished, what signature of the method should be?

a. public void getFinished() b. public boolean getFinished() c. public boolean isFinished() d. public void isFinished()

Computer Science & Information Technology

A(n) ____________________ is a weakness in an information system, system security procedures, internal controls, or implementation that could be exploited by a threat source.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

________ of your files are created by default as a result of the synchronization process

Fill in the blank(s) with correct word

Computer Science & Information Technology