Rolta
Company
Programming
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.
Options:
1 Compile time error
2 Run time error
3 compile and print hello
Read Solution (Total 0)
Rolta Other Question