Package java.lang

Interface AutoCloseable

    • Method Detail

      • close

        void close()
            throws Exception
        Closes the object and release any system resources it holds.
        Throws:
        Exception - Exception.