Course Content
Strings

A String is an object that represents a sequence of characters. In Java, strings are immutable.

String txt = "Hello World";
Course Reviews

No reviews yet.