Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
Array « Reflection « Java Tutorial
Java Tutorial
Reflection
Array
7.9.Array
7.9.1.
Determining If an Object Is an Array
7.9.2.
Demonstrates the use of the Array class
7.9.3.
Create array with Array.newInstance
7.9.4.
Is field an array
7.9.5.
Create integer array with Array.newInstance
7.9.6.
Use Array.setInt to fill an array
7.9.7.
Use Array.setShort and Array.setLong
7.9.8.
Getting the Length and Dimensions of an Array Object
7.9.9.
Getting the Component Type of an Array Object
7.9.10.
Array reflection and two dimensional array
7.9.11.
class name for double and float array
7.9.12.
Returns the length of the specified array, can deal with Object arrays and with primitive arrays.