Fifth International World Wide Web Conference
Notes on Application
- Every array has an array length associated with it
length
member may be used to query this length
- Used here to restrict access to existing arguments, if any
- Since all arguments are passed as String objects, must use an explicit
conversion to a numeric value
- Explicit conversion to monetary units also must be provided
Java - An Introductory Language Tutorial
(E.A.Johnson)