Friday, 27 June 2014

Why Java

If you want to learn OOP (Object Oriented Programming) with learning Programming then Java is the top most and recommended  Proramming language.Here is the following why I said above statement



  • Java Inherit from C and C++ language ; if you know C /C++ language then there is no problem for you to learn instead from scratch
  • Java is Pure Object Oriented
     All work in the Java is in Classes and objects that is the key element of OOP.
    public class Welcome{
           public static void main(String []args){
                System.out.println("Welcome to my Blog);
    }
    }

    In the above program of Java , If you want to take little bit from Java then you should work in the classes
  • It's give you more than 5000 built in classes that make your easier and faster.
    E.g : If you want to make connection to other using WEB then you can use java.net package.
  • You can run your own Java Application in to any other Platform.
  • There are larger community and forums for Java ,if you feel and face any sort of problem then you may ask
  1.  StackOverflow
  2. Programmer
  3. CodeRanch
  4. Android.Developer

No comments:

Post a Comment