Sample of java program

Sample of java program to print " Hello Java" on screen with short  description to easy understand the java program. Sample Program public class Hello { public static void main ( String args[] ) { System.out.println("Hello Java"); ...

Basic Commands for Unix

 Hello friends, Here I am going to explain you all the basic command for the Unix. So you can handle system or access the data through the terminal.        Commands : >>Basic Commands 1)  cal :  The cal command is used to to display the calender. For example to check calendar you need to type cal...

Step to set the the path of JDK (Java Development Kit)

Step 1.  Download JDK ( Depend on your windows version compatibility ). Step 2.  Install JDK. Step 3.  Set the System variable path (eg. Win8).           Open MyComputer properties.   Click on "Advance System...

Basic of Java

Introduction         Java is an object oriented programming language and a platform developed by the  James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project. The small team of sun engineers...