Serializable
public class ArrayStoreException extends RuntimeException
ArrayStoreException
Object x[] = new String[3]; x[0] = new Integer(0);
s
© 2021 Oracle Corporation and/or its affiliates