About Question com.enthuware.ets.scjp.v6.2.582 :
Posted: Mon Oct 08, 2012 5:33 am
It is said in explanation, that this
is not valid. But why?
Code: Select all
Object[] o = new int[10];
Java Certification Resources and Java Discussion Forum
https://enthuware.com/forum/
Code: Select all
Object[] o = new int[10];