Sunday, March 26, 2017
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.
Java Basic concepts 1 | Introduction to java
Introduction to java
=======Welcome to Java!============
Java is a high level, modern programming language designed in the early 1990s by Sun Microsystems, and currently owned by Oracle.
Java is Platform Independent, which means that you only need to write the program once to be able to run it on a number of different platforms!
Java is portable, robust, and dynamic, with the ability to fit the needs of virtually any type of application.
Java guarantees that you'll be able to Write Once, Run Anywhere.
Currently
More than 3 billion devices run Java.
Java is used to develop apps for Google's Android OS, various Desktop Applications, such as media players, antivirus programs, Web Applications, Enterprise Applications (i.e. banking), and many more!
Thank you !
Subscribe to:
Posts (Atom)