I\'m using JDBC for very simple database connectivity.
I have created my connection/statement and executed a query. I check the query object of the statement in the
Please check whether the connection and statement Object alive until you iterate the result set, some times we may close unknowingly.