String Object in Java
In Java, strings are objects that represent sequences of characters.
In context ofStringclass , strings are immutable.
Anything within double quotes is a string in java.
Two categories of string : immutable and mutable. For immutable string object...
paraskaushik.hashnode.dev5 min read