It is a computing platform for application development. Java is fast, secure, and reliable, therefore. It is widely used for developing Java applications in laptops, data centers, game consoles, scientific supercomputers, cell phones, etc.
In this tutorial, you will learn to write "Hello World" program in Java.
A "Hello, World!" is a simple program that outputs Hello, World!
on the screen. Since its a very simple program, its often used to introduce a new programming language to a newbie.
Let's explore how Java "Hello, World!" program works.
Java "Hello, World!" Program:
// Your First Program class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
Output
Hello, World!
I hope it can help you...
Categories
PHP
(5)
Codeigniter
(5)
Laravel
(3)
JS
(1)
Angular JS
(5)
Node JS
(5)
Vue JS
(4)
React JS
(6)
jQuery
(5)
Javascript
(3)
jQuery UI
(6)
Wordpress
(1)
Python
(5)
Database
(1)
MySql
(5)
Mongo DB
(1)
DBMS
(1)
SQL
(5)
HTML
(1)
HTML 5
(5)
CSS
(5)
Bootstrap
(5)
Ajax
(5)
JAVA
(1)
JSON
(5)
Ubuntu
(5)
Server
(5)
Git
(3)
Google
(1)
Google Map
(7)
Google API
(1)
Elastic Search
(1)
Apache
(1)
Installation
(1)