Domanda di colloquio di Quest Global

What is the basic difference between string and stringbuffer object?

Risposta di colloquio

Anonimo

13 mag 2012

String is an immutable object. StringBuffer is a mutable object.