Stream objects created in IO Stream operations Why must I close? -java Development

Source: Internet
Author: User

Stream objects created in IO Stream operations Why must I close?

Here we need to note that when we create an IO stream object in the program, and the system also creates a thing called the stream, in this case, the computer memory actually produces two things, one is the Java program class in the instance object, one is the system itself produces some kind of resources, The Java garbage collector can only manage the instance objects of the classes in the program, and there is no way to manage the resources generated by the system, so the program needs to call the Close method to notify the system to release its own generated resources.


Stream objects created in IO Stream operations Why must I close? -java Development

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.