what is meant by string pooling?
Answers were Sorted based on User's Feedback
Answer / praveen
string is a variable...and collection of objectives
| Is This Answer Correct ? | 2 Yes | 10 No |
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 |
explain the classification of exception and hoew to handle the exceptions
what is jms? features of jms
What are the advantages of autoboxing?
Why do I need to declare the type of a variable in java?
Why string is immutable with example?
how to convert Java project into Maven ?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
In what types of operations an ArithmeticException will be thrown?
What is pre increment and post increment in java?
What are the advantages of functions?
Is array an object in java?
What are "class access modifiers" in Java?