InterviewSolution
Saved Bookmarks
| 1. |
What we set the attribute Concurrency in ResultSet? |
|
Answer» The ResultSet concurrency determines whether the ResultSet can be updated, or only read. A ResultSet can have one of two concurrency levels
|
|