8
String in java is a special class, where vc can instantiate the object only by assigning a value without using the reserved word new
. But in php when we initialize a variable with a text, we can say that we are instantiating an object of the String class?