InterviewSolution
Saved Bookmarks
| 1. |
Is there a practical limit for the number of SQL statements that can be added to an instance of a Statement object? |
|
Answer» The specification makes no mention of any size limitation for Statement.addBatch(), this is dependent, on the driver. |
|