What is flush buffer?



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

Post New Answer

More Core Java Interview Questions

How do you escape sequences in java?

1 Answers  


What are the differences between string and stringbuffer?

1 Answers  


Which is easier netbeans or eclipse?

1 Answers  


What is the difference between math floor and math round?

1 Answers  


What is java used for on a computer?

1 Answers  


What means public static?

1 Answers  


Detail discussions on JVM, memory management and garbage collector.

1 Answers   Expedia,


How many ways can we create singleton class?

1 Answers  


Is a string literal?

1 Answers  


What is the purpose of the finally clause?

3 Answers  


What is codebase?

1 Answers  


What does jenkins do?

1 Answers  


Categories