Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Doubt on Array of Objects

  Asked By: Ibthaj    Date: Jun 27    Category: Java    Views: 587
  

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....

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Doubt on Array of Objects Or get search suggestion and latest updates.




Tagged: