We have below ways to convert ararylist to array

1. Using public Object[] toArray() - it will return array of object and after that we need to convert it int

Object[] array =...