Java Introduction

Java Introduction

Program:Program is a Collection of Statements or set of instructions used to perform a specific operation.

Software:Collection of programs is known as “Software or Computer Based Application”, which can be used to operate computer or various devices. Computer based application or software’s can be developed to using a special language is called Programming Language.
Example:
C
C++
Java
.Net
Python etc……

Classification of computer based application:Computer based application are classified into two groups (types)
1. Desktop Applications.
2. Network Based Applications.

Desktop Application:This is an application which can be executed in a single computer by the single user at a time.
Example: OS Software
Music players
Some gaming software’s etc….

In general desktop applications developed using “C or C++ “languages.
The main disadvantage with desktop application is no sharability that means it is not possible to share the desktop application from one computer to another computer. To overcome above disadvantage network based applications are introduced.

Continue Reading...




Comments