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

What do you mean by jjs in java8?

0 Answers  


what should do when using multiple catch() block & what should never do for the same?

1 Answers  


What is memory leak and how does java handle it?

0 Answers  


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  






What modifiers are allowed for methods in an interface?

0 Answers  


Can we have 2 main methods in java class?

0 Answers  


how we can create packages in java?

0 Answers  


What is java objectoutputstream?

0 Answers  


What are different types of expressions?

0 Answers  


What's the difference between an abstract class and interface in java?

0 Answers  


Explain the differences between static and dynamic variables?

0 Answers   Fidelity,


Categories