Sunday, July 28, 2013

[PART-1] A Quick Start with java !



  • If you know c or c++ then java is easy to learn.
  • In C language you use scanf and printf function for input and output.
  • In C++ language you use cin>> and cout<< function for input and output.
  • Similarly in Java you need to learn some functions for input and output. Rest Java is same as c or c++ .
  • In C or C++ you include header files, Similarly in java packages are used instead of header files.

The first step is to learn how to install java in your operating system. My OS is Windows 7 x64. Follow the video tutorial if you don't know how to install java.

We will learn how to compile and run java programs in next video tutorial. 

Download latest version of java from here :
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html




0 comments:

Post a Comment