Hello World in Java
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, Rittwick");
}
}
1. Defining the Class
JAVA has specific keywords. public and static are two of many keywords in JAVA. Keywords are case sensitiv...
binarybeast.hashnode.dev2 min read