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

前端 未结 8 860
野性不改
野性不改 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:23

    Try yanking a USB drive with an open file on it. If it doesn't give an exception I'd be pretty surprised.

提交回复
热议问题