Latest Rolta Aptitude Question SOLUTION: What will be the output of following program? class myclass{ public static void main(String param[]){ System.out.println(param[0]); } } and compile & run it as java myclass hello