Friday 26 October 2012

Core JAVA Tutorial

Introduction to Java

1.  Features of Java

      a) Simple : Java is simple programing language. The main aim is Java has to work on electronic devices, where less memory available. So the people who knows C and C++ they can learn Java very easily. Here we are maintaining the same syntax of C and C++ in Java.

     b) Object-Oriented : Java is an Object Oriented Programing language. This means Java programs use Objects and Classes. What is an Object? An Object is anything that really exists in the world and can be distinguished from others. Everything that we see physically will come into this definition, for example, every human being, a book,a tree, and so on.

2. The Java Virtual Machine

           Difference between C++ and Java

1 comment: