Latest Java Aptitude Question SOLUTION: What is the output of the following program? class Icecream { public void displayName(String s) { System.out.println(s+" "+"Icecream"); } public void des