Ask Question
3 August, 09:24

When you open a stream for both reading and writing files, what must you always remember to do at the end?

+5
Answers (1)
  1. 3 August, 09:42
    0
    When you open a stream for both reading and writing you must always remember to close the stream.

    Explanation:

    There are three basic steps to follow to read and write data from stream.

    Steps to read data from the stream

    1) Open the stream

    2) Read the data from the stream

    3) Close the stream

    Step to write data to the stream

    1) Open the stream

    2) Write the data to the stream

    3) Close the stream
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “When you open a stream for both reading and writing files, what must you always remember to do at the end? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers