2. Basic Definition and JDK installation
Basic Definitions Language : It is a mode or medium of communication between two entities. Programming Language : It is a language used to command the computer or machine to perform specific tasks. Example: Java. Programmer : A human being who knows a programming language is known as a programmer. Programming : It is the process of creating a set of instructions using a programming language. This process is known as programming. Binary Language : It is a language that consists of only two characters, 0's and 1's. Binary language is the language of machines. Source Code : Source code is a file that contains sets of instructions written by a programmer using a programming language. Each source code file has its language extension. Examples: demo.java , demo.html . Byte Code : It is an intermediate file generated by the compiler. It contains some predefined sets of words that are only understandable through an intermediate software (i.e., interpreter). Byte code is given as input ...