Sang says...

String class is a special (and only) class you can create an
instance without using new keyword...

example given
String str2 = "Hello world!";

Surely this statement is not correct as 

Integer intInstance3 = 5;
is creating an instance  of the Integer class without using new keyword


-- 
You received this message because you are subscribed to the Google Groups 
"JPassion.com: Java Programming" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/jpassion_java.
For more options, visit https://groups.google.com/d/optout.

Reply via email to