Tuesday, March 21, 2017

Java Basic concepts 2 | The Development Cycle




The basic development process of any Java program includes the following stages:

Design your application, Write the source code, Start testing,  Fix the bugs 
In Java, source code files have a .java extension.


Distribution:

After testing and fixing any existing bugs, you will be ready to distribute your application to end users. 

Typically, 
most Java applications are distributed using a Java archive file, which has the .jar extension.

No comments:

Post a Comment