what is meant by string pooling?

Answers were Sorted based on User's Feedback



what is meant by string pooling?..

Answer / praveen

string is a variable...and collection of objectives

Is This Answer Correct ?    2 Yes 10 No

what is meant by string pooling?..

Answer / ravikiran

string pooling is maintenance of pool of strings when ever
a String Object is created one instance will be saved on
stack and another instance will get saved on the pool.

Is This Answer Correct ?    3 Yes 33 No

Post New Answer

More Core Java Interview Questions

How a class can implement an interface?

5 Answers   SysArc,


What do you mean by composition in java?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What is complexity in java?

0 Answers  


What are static variables and functions?

0 Answers   Tech Mahindra,






What is volatile keyword in java

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

0 Answers  


how to handle exceptions in ejb?

0 Answers   Satyam,


How can you eliminate duplicates?

2 Answers  


Does treeset use compareto?

0 Answers  


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

0 Answers  


How do you implement polymorphism in our day to day life?

0 Answers   Cap Gemini,


Categories