What is OVERLOAD for?

Asked

Viewed 32 times

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)
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.