Determines if this Class object represents an array class.
()
| 143 | * Determines if this Class object represents an array class. |
| 144 | */ |
| 145 | public native boolean isArray(); |
| 146 | |
| 147 | /** |
| 148 | * Determines if the class or interface represented by this Class object is |
no outgoing calls