Introduction - If you have any usage issues, please Google them yourself
DBUtils provides an interface ResultSetHandler, which is a tool used to convert ResultSet into a target type. You can implement this interface by yourself and convert the ResultSet into the type you want.
DBUtils provides many implementations of ResultSetHandler interfaces that are basically enough, and we usually do not have to implement the ResultSet interface ourselves