Arrays Arrays (static or dynamic) allow you to handle an ordered collection of elements. Understanding arraysThis is an introduction to arrays.ARRAYAn array defines a vector variable with a list of elements.Static arraysStatic arrays have a predefined and limited size.Dynamic arraysArray methodsNative BDL arrays and Java arrays can be used to invoke built-in methods.Copying and assigning arraysArrays can be fully copied or assigned by reference.ExamplesArray usage examples.