Java String Interview Questions - Part 1
Java String Interview Questions 1. is String a primitive data type? It’s not a primitive data type. String class represents the character of Strings The string is immutable and final in Java and JVM uses String Pool to store all the String objects