Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Wednesday, 21 August 2013

Java Environment Setup


You really do not need to setup your own environment to start learning Java programming language. Reason is very simple, we already have setup Java Programming environment online, so that you can compile and execute all the available examples online at the same time when you are doing your theory work. This gives you confidence in what you are reading and to check the result with different options. Feel free to modify any example and execute it online.

Monday, 19 August 2013

Java - Overview

Java programming language was originally developed by Sun Microsystems, which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems.s Java platform (Java 1.0 [J2SE]).
As of December 08 the latest release of the Java Standard Edition is 6 (J2SE). With the advancement of Java and its wide spread popularity, multiple configurations were built to suite various types of platforms. Ex: J2EE for Enterprise Applications, J2ME for Mobile Applications.

Sunday, 18 August 2013

Java - Beginning Programming

Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This is to equip you with an understanding on Java.

Before you start doing practice with various types of examples given in this section, I'm making an assumption that you are already aware about what is a computer program and what is a computer programming language

For most of the examples given in this section, you  should try it, so just make use of it and enjoy your learning.