What is flush buffer?
Answer / Shirish Gautam
In Java, a flush buffer refers to the process of forcing any buffered output to be immediately written to the underlying source (like a disk or network). This is useful when you want to ensure that all buffered data is written before performing certain operations, like closing the stream.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you escape sequences in java?
What are the differences between string and stringbuffer?
Which is easier netbeans or eclipse?
What is the difference between math floor and math round?
What is java used for on a computer?
What means public static?
Detail discussions on JVM, memory management and garbage collector.
How many ways can we create singleton class?
Is a string literal?
What is the purpose of the finally clause?
What is codebase?
What does jenkins do?