求教:connection.close()與connection = null的區別是什麼?

tybox發表於2004-02-18
求教:
jave.sql.Connection cnn = null;

cnn.close();

con = null
的區別是什麼?

還有

java.sql.Statement st = null;

st.close();

st=null;
的區別是什麼?

多謝!

相關文章