Tuesday, December 22, 2015

Learn Java online -1

Many of you want to learn programming but ask yourself which language should I learn ? Well I suggest java .The most cool feature of java is Write once, run anywhere.

When Java first hit the tech scene in 1995, the language became popular almost immediately.This happened in part because of the JVM.The JVM is like a foreign language interpreter,turning Java bytecode into whatever native language a particular computer understands.

So if you hand a Windows PC a Java bytecode file, then the computer’s JVM interprets the file for the Windows environment. If you hand the same Java bytecode file to Macintosh, then the Macintosh JVM interprets that same bytecode for the Mac environment.

To write Java programs, you need tools described in this
chapter:
1.    You need a Java compiler
2.   You need a JVM.
3.   You need the Java API.
4.    You need access to the Java API documentation.
5.   You need an editor to compose your Java programs.

For now you will download ecilipse IDE from - https://eclipse.org/downloads/


And java development kit from -http://www.oracle.com/technetwork/java/javase/downloads/index.html


0 comments:

Post a Comment