You are on page 1of 1

String immutable::

once declared cannot change the value


string buffer and string builder :: both have same API insert and append
string builder is for not synchronized
string buffer is for synchronized
InputStream in=new InputStream;
OutputStream os=new OutputStream;
FOR COPYING OF FILES BETTER TO USE COMMONS PACKAGE

You might also like