what is meant by string pooling?
Answer Posted / praveen
string is a variable...and collection of objectives
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is floating data type?
Is java code slower than native code?
Give reasons supporting that string is immutable.
Can a static class have a constructor?
What is difference between ++ I and I ++ in java?
What is a ?
What is java and its types?
Is Constructor possible in abstract class in java ?
what is predefined function in java?
What is the differences between c++ and java? Explain
What is :: operator in java 8?
What modifiers may be used with a top-level class?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is string intern in java?
How do I print a “?