- writing code,
- compiling it into bytecode
- running the bytecode.
| /* This is a simple Java program. Call this file "Example.java". */
class Example {
public static void main(String[] args) { System.out.println("God is Great"); } }
|
| /* This is a simple Java program. Call this file "Example.java". */
class Example {
public static void main(String[] args) { System.out.println("God is Great"); } }
|
Copyright © 2010 Fundamental of Java Programming
Blogger Templates by Parag Shukla
0 comments:
Post a Comment