First Program
Every file that ends with .java is a class.
The public class in the file can be only the name of the file or public class has the same name as of the file
public ---> everyone can access
public static void main(String[] args){}
this is the main funct...
suryanshdsa.hashnode.dev3 min read