// File: ArrayApp.java public class ArrayApp { public static void main(String args[]) { ArrayDemo ad = new ArrayDemo(); ad.demoManipulations(); } }