Ask Question
24 December, 00:02

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

+2
Answers (1)
  1. 24 December, 02:34
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers