Posts

Showing posts with the label Java Environment and Java Development Kit

What is Software process framework And, Umbrella activities

Image
  ❖ Software generic process framework activities .   A process framework establishes the foundation for a complete software process by identifying a small number of framework activities that are applicable to all software projects, regardless of their size or complexity. • In fig each framework activity is populated by a set of software engineering actions. A collection of related tasks that produces a major software engineering work product. • Each action in process framework is populated with individual work tasks that accomplish some part of the work implied by the action. 1. Communication: Communication framework activity involves heavy communication and collaboration with the customer,encompasses requirements gathering, data gathering and other related activities. 2. Planning: Planning activity establishes a plan for software engineering work that follows. Planning describes the technical tasks to be conducted, the resources that will be required, schedule, and the risks...

What is Java Environment and Java Development Kit

Image
                            Java Environment Java environment includes a large number of development tools and hundreds of class and methods. The development tools are part of the system  known as java development kit (JDK) and the classes and methods are part of the java standard library (JSL) also known as the Application Programming Interface (API).                          .Java Development Kit The java Development kit comes with a collection of tools that are used for developing and running java program . They include:                    . Applet Viewer (for viewing java applets)       . Java c (Java compiler )       . Java (java interpreter)       . Java p (java disassembler)       . Java h (for c header files )       . ...