2022.2

Table Of Contents
command
Stringthatspecifiesthepathandfilenameoftheprogramtoexecute.
newByteArray()
Functionthatreturnsanewbytearray.
newByteArray(size)
Returnsanewbytearrayofofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
newCharArray()
FunctionthatreturnsanewChararray.
newCharArray(size)
ReturnsanewChararrayofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
newDoubleArray()
Functionthatreturnsanewdoublearray.
newDoubleArray(size)
ReturnsanewDoublearrayofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
newFloatArray()
Functionthatreturnsanewfloatarray.
newFloatArray(size)
ReturnsanewFloatarrayofthespecifiednumberofelements.
size
Integerthatrepresentsthenumberofelementsinthenewarray.
newIntArray()
FunctionthatreturnsanewarrayofIntegers.
Page 408