Learn Core JAVA
4.3K subscribers
76 photos
6 files
44 links
Download Telegram
Channel created
1. JAVA INTRODUCTION

Java is general purpose programming language.
General purpose means the language is not designed for 1 purpose, it is designed for multiple purpose.
Java language is uses in Hardware industry as well as in Software industry.
In Hardware industry, the language is used to execute or to run hardware appliances.
Ex: washing machine, parking meter, refregerator, etc.
In Software industry, the language is used to design and to develop applications.
Ex: Android applications
Java is very popular in the Software industry because the language is very simple to understand, secure, portable, dynamic, etc.
Java programming language is also known as "Write Once, Run Anywhere."
It is also known as platform independent programming language.
It is also known as Object-oriented programming language.
It is also known as interpreted(line by line execution) programming language.
Java is very popular then C language, because C programming language utilizes Operating System resources for compilation and execution of program whereas Java never utilizes OS resources for compilation and execution of a program.