Exploring Java : My Learning Adventure part - 4
String is a built-in class in java. String declaring formation is String str1 = "Java Learning"; .String is a class name, str1 is the variable name, also known as reference, and "Java Learning" I mean, anything with double quote is the string object ...
mahia.hashnode.dev9 min read