Differentiate between StringBuffer and String.

devquora
devquora

Posted On: Dec 24, 2020

 

StringStringBuffer
Length is fixedLength can be changed whenever required
It is immutableIt is mutable
The object shows slow performanceObject exhibits fast performance
Consumes loads memoryConsumers lower capacity of memory
Stored in a constant poolStored on a heap of the memory

    Related Questions

    Please Login or Register to leave a response.

    Related Questions