What is the REAL difference between these two object creation syntaxes:
new Object ().show ();
(new Object).show ();
What is the REAL difference between these two object creation syntaxes:
new Object ().show ();
(new Object).show ();