Strings
Strings in Java are treated as an object rather than as an array of characters.
Difference between String and String literal
The string is a whole object in Java with a bunch of properties and methods whereas a String literal is just a sequence of c...
javawithaman.hashnode.dev2 min read