Segmented (or Packed) Arrays
A Programming Pattern |
Prof. David Bernstein
|
Computer Science Department |
bernstdh@jmu.edu |
record
and field
to index
:
index
to record
and field
:
main()
method of a Java application
has a single String[]
parameter
(commonly named args
)String
objects after the
name of the main class are passed to the main()
method using this array
main()
String
Objects to
double
Values: