Difference Between String and StringBuffer in Java
What is a Buffer in Java? A Buffer is a portion in the memory that is used to store a stream of data from peripheral devices. Then from this buffer this stream of data is collected and stored in variables. A stream can be defined as a continuous flow of data. The buffer is quite … Read more