πŸ“Š JAVA
Q. What will be the output of the following Java program?
class c
{
public void main( String[] args )
{
System.out.println( "Hello" + args[0] );
}
}
  • (A) Hello c
  • (B) Hello
  • (C) Hello world
  • (D) Runtime Error
πŸ’¬ Discuss
βœ… Correct Answer: (D) Runtime Error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
96%
Success Rate