ArrayNew(dimension, isSynchronized)
 NameDescriptionDimensionNumber of dimensions in new array: 1, 2, or 3isSynchronizedWhen false, creates an unsynchronized array,  When true, the function returns a synchronized array.
 In a synchronized array, more than two threads cannot access the array ...