* write a program to print the hello world by using Java Language.
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
output
Hello, World!
Thanks for visit this page and Support me.
* write a program to print the hello world by using Java Language.
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Hello, World!
Thanks for visit this page and Support me.
No comments:
Post a Comment