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 meant by string pooling?

Answer Posted / devarathnam

Hi... Basically string pooling is a part of the heap memory
all string literals will be storing in the string pool
memory.
for example: String s1="DEVARATHNAM";// This is a string
literal ,will store in the string pool .

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is overriding in java?

1123


What is the significance of continue jump statement? Explain with an example.

1350


How do generics work?

997


Can a set contain duplicates?

1002


How do you check if an arraylist is not empty?

1186


What is java util list?

1032


What is the definition of tree ?

1126


How can I right-justify a string?

1252


What is the purpose of javac exe?

1146


What is the final class modifier?

1087


Explain what do you mean by functional overloading in java?

1068


How are observer and observable used in java programming?

1078


What is parsing a sentence?

1169


Can a class have multiple superclasses?

1242


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

987