What is Java ?


Java is an object-oriented programming language intruduced by Sun Microsystems in 1995. Java is inherits many features of C++. Java solves many problems that were encountered in C++. Java does not support pointers. Java does not support multi-inheritance. And the most important feature of java is that it is a platform-independant programming language. Some of java features are :
  1. Robust.
  2. Object-Oriented.
  3. Platform-Independant.
  4. Secure (Bytecode).
  5. High Performance and
  6. Easy to learn.

0 comments:

Post a Comment