1.Q.What is String in Java?
A String is a non-primitive data type which represent the sequence of characters enclosed in double quotes . String can conrain letters , numbers , spaces , symbols and punctuation . Key characteristics of Java String are Immutability , Memory Optimization and constant pool. String is immutable because once a string object is created , […]
1.Q.What is String in Java? Read More »