A String is an object that represents a sequence of characters. In Java, strings are immutable.
String txt = "Hello World";
No reviews yet.