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 |
what do you mean by java annotations?
Can we override private method in java?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
What is passing value java?
What do you know about the garbage collector in java?
What is serial version uid and its importance in java?
What is a buffer in computer?
Why multiple inheritance is not supported by java?
What is flush () in java?
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
Can we have a abstract class withought any method? What is a purspose of this?
Explain differences between checked and unchecked exceptions in java?