Posts

Showing posts from February, 2025

JAVA NOTE-3

Image
  What is Language? It is a medium to achieve communication between two parties (human and computer) Types of languages are: Binary Language / Low-Level Language. Assembly Language / Middle-Level Language. Programming Language / High-Level Language. i) Binary Language / Low-Level Language: It is the language which is the combination of 0's and 1's. It is the only one language which is understand by the computer. Being a programmer the level of the language is very low to understand, therefore there is a need of another language. ii) Assembly Language / Middle-Level Language: Creators of the assembly language given "MNIMONICS" for the programmer to instruct the computer. In this process that translator used in Assembler. The level of the language for the programmer is partially understandable , therefore there is a need of another language. iii) Programming Language / High-Level Language: It is programmer friendly Language. It is very easy to understand to create stabl...

JAVA NOTE-2

  What is Application? It is a collection of programs called as Application. We are having three types of application: Stand Alone Application. Web Application. Client Server or Mobile Application. i)  Stand Alone Application: Any application which can be accessible in the single device and doesn't require any additional features.     Characteristics: Installation required. Internet not required. Data stored locally(Database not required). For example: Calculator, Paint, etc... ii) Web Application: Any application which can be accessible through browser.      Characteristics: Installation not required. Internet required. Data stored globally(Database required). For example: Instagram website, Amazon website, etc... iii) Client Server Application: Any application which can be accessible through client application.      Characteristics: Installation required. Internet required. Data stored globally(Database required). For example: Ins...

JAVA NOTE-1

Image
What is Program? It is just an instruction which is used to create an application is called as Program. For example: Let's take preparation of Instant Noodles VS creation of   Application as Example What is Programming Language? The language which is used to write a program is called as Programming Language. we are having programming languages such as Java, Python, C, C++, etc. For example: Let's take Human Language  VS  Programming Language  as Example What is Application? It is a collection of programs called as Application. We are having three types of application: Stand Alone Application. Web Application. Client Server or Mobile Application. What is Language? It is a medium to achieve communication between two parties (human and computer) Types of languages are: Binary Language / Low-Level Language. Assembly Language / Middle-Level Language. Programming Language / High-Level Language.                 ...