Hello.
Every object you create in Java is always of type java.lang.Object.
So a String object is ultimately an object of java.lang.Object.
There is no question of String different than...