Learn C language

Easy to learn C language tutorials

Learn C++ language

Easy to learn C++ language tutorials

Learn Core Java language

Easy to learn Java language tutorials

Learn HTML

Easy to learn HTML tutorials

Learn CSS

Easy to learn CSS tutorials

Learn ASP.NET

Easy to learn ASP.NET tutorials

Showing posts with label installing java language in windows 7. Show all posts
Showing posts with label installing java language in windows 7. Show all posts

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