Difference between close() and dispose()?

  • If we close the connection with close method, it can be opened.
  • If we close the connection with dispose method, it can not be opened.