Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
int[] a = new int[10] ; Here a is the array . If you want to know the length of the array just use its property length ( a.length ) which will return an int. Replies: |
Sponsored Links
|