Answer to Question #63004 in Java | JSP | JSF for jonney

Question #63004
explain the difference between these two option concur_updatable and concur_read_only?
1
Expert's answer
2016-11-02T16:05:11-0400
The ResultSet concurrency determines whether the ResultSet can be updated, or only read.
A ResultSet can have one of two concurrency levels:
1. ResultSet.CONCUR_READ_ONLY
2. ResultSet.CONCUR_UPDATABLE
CONCUR_READ_ONLY means that the ResultSet can only be read.
CONCUR_UPDATABLE means that the ResultSet can be both read and updated.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS