Introduction to Java Programming Language

Ever heard of an android application and want to know how they're made. Today we're about to start a series of topic from now on till Android Apps development.
First of all we need to have a grip on Java programming language.

What is Java?

 Java is:
  • a very powerful
  • general purpose
  • multiplatform
  • class-based
  • object-oriented 
  • Programming Language

  1. Very Powerful programming language
  2. It is powerful because games and applications written in Java can run on your every device from tablets to smart phones and computers that you use in your daily life. Even tape recorders use java.
  3. General purpose
  4. Java is widely used for writing a variety of softwares and applications in easier way.
  5. Multiplatform
  6. It is multiplatform because java application almost run on any platform from android phones to Symbian nokia phones and from Tablet PCs to desktops.
  7. class-based
  8. It is a class-based programming language because inheritance is achieved by defining classes of objects.
  9. object-oriented
  10. An object-oriented programming language is a collection of loosely connected objects interacting with each other. -- In the words of Prof.Mike McMillan.

Next article will be on first java program and installing java