Simple Program of Java
Simple Program of Java
To create a simple java program, you need to create a class that contains main method. Let's understand the requirement first.In this page, we will learn how to write the simple program of java. We can write a simple hello java program easily after installing the JDK.
Requirement for Hello Java Example
For executing any java program, you need to
|
Let's create the hello java program:
save this file as Simple.java
To compile: | javac Simple.java |
To execute: | java Simple |
Output:Hello Java
0 comments:
Post a Comment