Have you ever seen a Java File close() throw an exception?

前端 未结 8 760
野性不改
野性不改 2020-12-31 00:10

Has anyone ever seen an exception thrown when calling close method on any closable object?

8条回答
  •  别那么骄傲
    2020-12-31 00:41

    I guess you could try to force this by unplugging the disk your file is on. But on any Closable? I think it would be easy to get something that uses a socket to throw an exception upon closing.

提交回复
热议问题