Wednesday, 19 November 2014

How to Learn Java

Steps

  1. 1
    Clear your basics in C language:
    • Read books of C language clear your basic concepts of programming like pointers,data types, functions etc
  2. 2
    Start with OOP concepts
    • Classes, Objects, Inhertance, Polymorphism, Abstraction, Encapsulation concepts should be cleared. Try internet and book
  3. 3
    Try small programs first on cmd:
    • Programs like swapping of numbers, pattern printing, automorphic numbers etc makes the concepts clear.
  4. 4
    Try IDEs like netbeans,eclipse:
    • Take a black book of java or complete reference and move to bigger concepts like interfaces, abstract classes, Inheritace etc.
  5. 5
    Do as many programs as possible:
    • Practice makes a man perfect try as many programming problems as you can only theory will not do anything

No comments:

Post a Comment