Java Program First Line.
public class abc {……} This line indicates that we are creating a new java class named abc. After we translate this class into bytes codes, the java virtual machine will be able to create objects of this class and run them. this code is just to get us started with java programming. Note that keyword … Read more