Hello world using java

Creating Compile Run*code * public class First { public static void main(String[] args) { System.out.println(“Hello, World”); } }save the file First.java after open terminal :...
0 Read More