0
Guys, I’m starting to do a crud that my teacher asked for in college. He passed a pdf and good, I had absolutely never heard of this concept. I’m using java and he used Connectionfactory with Overload, closeConnection(); for three different signatures.
closeConnection(Connection conn, Statement stmt, ResultSet rs)
closeConnection(Connection conn, Statement stmt)
closeConnection(Connection conn)