About Question enthuware.ocajp.i.v7.2.873 :
Posted: Fri Mar 08, 2013 5:01 pm
could you look into please.
Thanks.
Thanks.
Java Certification Resources and Java Discussion Forum
https://enthuware.com/forum/
String[] sa = new String[10];
Object[] oa = sa;
oa[0] = new Integer(10);
copy that, thanks.admin wrote:You are not running the code that is given in the explanation. The code in the explanation is:String[] sa = new String[10];
Object[] oa = sa;
oa[0] = new Integer(10);