2.7.Setting up #

Setting up 

  1. JDK:
    1. MAC: You can download by this link:
    2. Window 32bit: You can download by this link:
    3. Window 64bit: You can download by this link:
  2. NetBeans:
    1. MAC: You can download by this link:
    2. Window: You can download by this link:

Summary

  1. JAVA is a language and runtime environment 
    • Specific environment features many very (JAVA SE/ME/EE/FX/Android
    • Language remain pretty consistent 
  2. End-Users required the JAVA Runtime Environment (JRE)
  3. Developer required the JAVA Development tool kit (JDK)
  4. Many integrated development environment (IDE) are available
    • Pick the one like the best
Suggest Edit