class Ideone{ public static void main (String[] args) throws java.lang.Exception { Object[] massivStringov = new String[1]; massivStringov[0] = new Integer(1488); }}
Standard input is empty
Standard output is empty
Exception in thread "main" java.lang.ArrayStoreException: java.lang.Integer at Ideone.main(Main.java:7)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!