hi,
Any one can tellme about what is string pooling and what are the diffeerence between "String" and "StringBuffer".


also what is difference,when we declare.

String s1="hello";
String s1=new String("hello")