A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/ArrayStoreException.html below:

ArrayStoreException (Java SE 21 & JDK 21)

All Implemented Interfaces:
Serializable

Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. For example, the following code generates an

ArrayStoreException

:

     Object x[] = new String[3];
     x[0] = Integer.valueOf(0);
 
Since:
1.0
See Also:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4