0 By Nithya Vasudevan In ArraysPosted October 17, 2016Java Array ElementsArray elements in Java can have only one declared type (int[], char[], Person[], Animal[]) and it need not necessarily mean that it can hold elements only of that type. Java Primitive array [...] READ MORE