📄️ String Overview & Creation
What is a String?
📄️ String Immutability
What is String Immutability?
📄️ String Constant Pool
What is the String Constant Pool?
📄️ equals() vs == in String
Overview
📄️ String Methods
Java provides many built-in methods in the String class to manipulate
📄️ StringBuilder
What Is StringBuilder?
📄️ StringBuffer
What Is StringBuffer?
📄️ StringBuilder vs StringBuffer
StringBuilder vs StringBuffer
📄️ Compile-Time vs Runtime Concatenation
In Java, string concatenation can happen at compile-time or runtime depending on how the strings are created.
📄️ Common String Programs
Common String Programs -- Interview Deep Practice