Arrays Arrays (static or dynamic) allow to handle an ordered collection of elements. Understanding arrays This is an introduction to arrays. ARRAY An array defines a vector variable with a list of elements. Static arrays Static arrays have a predefined and limited size. Dynamic arrays Array methods Native BDL arrays and Java arrays can be used to invoke built-in methods. Copying arrays Arrays can be copied to other arrays in different ways. Examples Array usage examples.