0 By Nithya Vasudevan In ArraysPosted October 17, 2016Anonymous Array CreationThis is the third method for declaring, creating and initializing an array object in one line. One Dimensional Array or, When you use this method size should not be specified. Person[] arr = new [...] READ MORE