![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e120. Determining If an Object Is an Arrayboolean b = object.getClass().isArray(); if (b) { // object is an array }
e122. Getting the Component Type of an Array Object e123. Creating an Array e124. Expanding an Array e125. Getting and Setting the Value of an Element in an Array Object
© 2002 Addison-Wesley. |