/**
* This is sample program for java beginners .
*
*/
public class Sample{
public static void main(String[] args){
System.out.println("Core java tutorials");
}
}
file name: Sample.java
compile : javac Sample.java
run : java Sample(pass the class name)
No comments:
Post a Comment