2.5.What do we NEED? #

What do we NEED?

  1. JDK
    • JDK (JAVA Development Kit)
      • Provides tool required to create JAVA Apps
      • Developer normal require the JDK
      • JDK Installation include JRE
    • JRE (JAVA Runtime Environment)
      • Required to run JAVA Apps
      • End-User normally require only the JRE
  2. JAVA IDE (Integrated Development Environment)
    • NetBeans
    • Eclipse
    • JDeverloper
    • IntelliJ IDE
Suggest Edit