The below code of "Construct and Assign an array of objects" is
compiling without an error !!!!!!!!!!!
Integer[] abc = (new Integer(100) , new Integer(200), new Integer
(300)};
But I am wondering How this code compile without an error ?? I could
n't find out the reason..??? Plz Give the correct Explanation....