HI Jesper
I ran this code and the output is:->
ArrayClass-->class [I
SuperClass--->class java.lang.Object
It's an int array
Modifiers---->public abstract final
Name--->int[]
java.lang.Cloneable
java.io.Serializable
0.
So can you explain the output?I am not able to figure out from where does the "length" attribute come from even if the class created does not have any attributes.
Regards
Ankur Garg
[Edit - added code tags - see UseCodeTags for details]