its my first post in java so enjoy
first we need to declare the class in java
class ClassName {
public static void main(String[]argv){
/* method to use the print
message is this below method*/
system.out.print("hello world");
}
}
first we need to declare the class in java
Quote:
class ClassName {
public static void main(String[]argv){
/* method to use the print
message is this below method*/
system.out.print("hello world");
}
}