<!--- Using the Java array, we can use the Array utility class to convert this array to a fixed size list. ---> <cfset arrGirlList = CreateObject( "java", "java.util.Arrays" ).AsList( arrGirls ) /> <!--- Dump out the list object. You will see that it looks like a standard ColdFusion array (but it is not). ---> <cfdump var="#arrGirlList#" label="Array via AsList()" />