A
Q. What will be the output of the following Java program?
class c
{
public void main( String[] args )
{
System.out.println( "Hello" + args[0] );
}
}
- Correct Answer - Option(D)
- Views: 17
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.