Sagot :
Answer:
Steps to Compile and Run first Java program
Declare a class with name A.
Declare the main method public static void main(String args[]){
Now Type the System. out. println("Hello World"); which displays the text Hello World.
Answer:
Steps to Compile and Run first Java program
Declare a class with name A.
Declare the main method public static void main(String args[]){
Now Type the System. out. println("Hello World"); which displays the text Hello World.