JAVA | Good Design Adds Value Faster than it Adds Cost

24 views
Skip to first unread message

Anita Goyal

unread,
Feb 16, 2016, 3:04:51 PM2/16/16
to Augmented Programming
Java programming: Java program code consists of instructions which will be executed on your computer system to perform a task as an example say arrange given integers in ascending order. This page contains examples for beginners to understand how to use java programming to write simple Java programs. These codes demonstrate how to get input from user, working with loops, strings and arrays. Programs are provided with output (image file) and you can also download class file and execute it directly without compiling the source file.


Compiling and executing java programs
Java programming software: To compile and run Java program code you need to download JDK (Java Development Kit).

To compile type: javac file_name.java where file_name is name of file containing java source code.
Javac is the Java compiler which converts java code into bytecode.

To run type: java main_method_class where main_method_class is the name of class which defines main method.

Start learning JAVA Programming from basics to advance levels here...
https://goo.gl/Ffi0Et
Reply all
Reply to author
Forward
0 new messages