xxxxxxxxxx
String str1 = "Java Programming";
String str2 = "Programiz";
xxxxxxxxxx
Literals are number, text, or anything that represent a value.
In other words, Literals in Java are the constant values
assigned to the variable.
It is also called as constants ..