i have read number of posts in which people says that does closing connection in java
closes resultset
, statements or etc. but i didn't find answer to my question.
i am asking that i am not doing Con.close() but i am doing rst.close()
so will it close connection or not?
so i just wanna know that does connection get closed when we close ResultSet
or not?