Java — String, StringBuffer & StringBuilder |
1 min readMay 13, 2020
Donate : Link
- Difference between String VS StringBuffer
- == operator VS equals() method
- Heap & String Constant Pool (SCP)
- Important FAQ on String & StringBuffer
- Important Constructors of String Class
- Important Methods of String Class
- Important Conclusions about String Immutability
- Creation of Our Own Immutable Class
- Final VS Immutability
- Need for StringBuffer and Important Constructors of StringBuffer Class
- Important Methods of StringBuffer Class
- Method Chaining in String, StringBuffer & StringBuilder
- Practice Question & Explanation
- Comparision/Difference of String, StringBuffer & StringBuilder