Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between String and String Buffer?

Answer Posted / sumati

String is immutable
String buffer is mutable

Ex String str = "abc";
str = "new String";
this will creat new memory location and stores "new String"

but in String buffer
StringBuffer strBuf = "abc";
strBuf = "new String"

it will overwrite in same memory location

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between comparator and comparable in java?

1022


How do you clear a method in java?

1046


Are registers volatile?

974


What languages are pass by reference?

1104


What is string syntax?

1103


Does sprintf add a null terminator?

1165


What is sizeof in java?

1164


What is the difference between @before and @beforeclass annotation?

1190


what state does a thread enter when it terminates its processing? : Java thread

1117


How many types of methods are there in java?

1061


What is function declaration?

1021


What is the driver class?

1088


How to perform linear search in java?

989


What is difference in between java class and bean?

1159


What is one third plus one third as a fraction?

993