Question:The output of the following java program is Hello world.

class HelloWorld{

  public static void main(String args[]){
     
     System.out.println("Hello world");
  }

A False 

B True 

+ Answer
+ Report
Total Preview: 1572

Copyright © 2024. Powered by Intellect Software Ltd