InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Immediateflush Configuration Of Fileappender? |
|
Answer» immediateFlush − This FLAG is by default SET to true, which MEANS the OUTPUT stream to the FILE being flushed with each append operation. immediateFlush − This flag is by default set to true, which means the output stream to the file being flushed with each append operation. |
|