A. Yes, but only if you call the method openCursor() on the ResultSet, and if the driver and database support this option
B. Yes, but only if you indicate a concurrency strategy when executing the statement, and if the driver and database support this option
C. Yes, but only if the ResultSet is an object of class UpdateableResultSet, and if the driver and database support this option
D. No, ResultSets are never updateable. You must explicitly execute DML statements (i.e.insert, delete and update) to change the data in the underlying database
B. Yes, but only if you indicate a concurrency strategy when executing the statement, and if the driver and database support this option
C. Yes, but only if the ResultSet is an object of class UpdateableResultSet, and if the driver and database support this option
D. No, ResultSets are never updateable. You must explicitly execute DML statements (i.e.insert, delete and update) to change the data in the underlying database
No comments:
Post a Comment