hello word syntax java code example
Example: hello word java
class HelloWorld {
public static void main(String[] args) {
System.out.println("shart");
}
}
class HelloWorld {
public static void main(String[] args) {
System.out.println("shart");
}
}