PROGRAMMING LANGUAGE


Programming Language: 
  • Programming language is the language which is used to communicate and instruct to the computer to perform a task / job.


Low level language (LLL):
  • The language which is easily readable and understandable by the machine or computer is known as the Low Level Language.
  • ex. Binary language.


High Level Language (HLL):
  • The language which is easily readable, understandable and instructable by the human is known as the High Level Language.
  • ex. Java, Python, C, C++, etc.
What is Java ?
    Java is the High Level Programming Language which is easily readable, understandable and also instructable by human.

Compiler:
  • It converts the High Level Language (HLL) to Low Level Language (LLL).