When we declare a variable with data type String in Java, how many characters can we store in that variable?
For example, we write in code like:
String name;
This name variable is a string. So how many characters can we store in the variable name
?