Answers for "what is the java code to the print hello world"

2

how to print hello world in java

public class HelloWorld{
	public  static void main(String[] args){
    System.out.println("Hello world");
    } 
}
Posted by: Guest on October-31-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language