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...

what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?

Answer Posted / raja papaiah. m

When you create a string object, you are creating a string
that cannot be changed. this once a string object has been
created, you cannot change the character that comprise that
string. at first that may seem to be a serious restriction.
However, such is not the case. You can still perform all
types of string operations. The difference is that each time
you need an altered version of existing string,a new string
object is create that contains the modifications. The
original string is left unchanged. this approach is used
because fixed, immutable strings can be implemented more
efficiently than changeable ones. For those cases in which a
modification string is desired, Java provides two options:
StringBuffer and StringBuilder Both hold strings that can be
modified after they are created

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is dependent variable?

954


What is difference between classpath and path variables in java?

1259


Can a string be null?

1045


What are the different types of inner classes?

1078


How many types of memory areas are allocated by JVM in java?

1116


define polymorphism in java

1147


What is difference between filereader and bufferedreader?

1010


How do you use compareto in java?

1014


What are the differences between heap and stack memory?

1146


what are the disadvantages of indexes in oracle?

2637


What is constructor chaining in java?

1118


What is use of static method?

1098


Why multiple inheritance is not supported by java?

1025


What is the difference between declaration and definition in java?

1156


How do you identify if jvm is 32-bit or 64-bit from java program?

1011