Apache DBUtils - Why need resultsethandler for Insert?
I run an insert statement using Apache DBUtils. However, I am not sure why I have to include ResultSetHandler for this case: String theQuery = QueryGenerator.insertintoStats(); ResultSetHa...