var myString = new String("Hello world") ;
var myString = "Hello world" ;
There is NO difference between the two right ? both creates a String obj
right ?
var myString = "Hello world" ;
There is NO difference between the two right ? both creates a String obj
right ?
Comment