What is a String in java ?

A string in java is a sequence of characters treated as a unit Strings in Java standard objects with built-in language support String – class for immutable (read-only) strings StringBuffer – class for mutable strings can be converted to other types like integers and booleans like other classes, String has constructors and methods unlike other … Read more