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

what is the command/tag used to include header and footer in html.
1 Use SSI include
2 Use Asp include
3 Use Jsp include
4 all of the above