String Class

When we assign a string to a String object e.g. String ob=”Hello”, is it stored in ob as a final variable?

Unless specified variable doesn’t become final. But the string remains immutable in string pool