+ 1
File close
What happens when a file is not closed or improperly closed?? Thanks in advance.
1 Answer
+ 1
Your app will use more memory, since the file will still be opened and be in RAM. At times, this can cause memory leaks.
What happens when a file is not closed or improperly closed?? Thanks in advance.