Introduction of java



Introduction of java

Introduction of java

This is new journey start with in java
what is programming language ?
Programming Language − A programming language is a computer language that can be used by programmers (developers) to connect with computers. It is a set of instructions written in any particular language (C, C++, Java, and Python) to implement a definite task. A programming language can create desktop applications, websites, and mobile applications

type of programming languages ?

1. Structured programming :-
Structured programming is user-friendly and easy to understand.
In this programming, programs are easier to read and learn.
It avoids the increased possibility of data corruption.
The main advantage of structured programming is reduced complexity.
Increase the productivity of application program development.
Example
Strict (C programming)
Lineant (C++ .VB, python, php …)

2 Non/UnStructured programming (partitioned)
Unstructured Programming is a type of programming that generally executes in sequential order i.e., these programs just not jumped from any line of code and each line gets executed sequentially. It is also known as non-structured programming that is capable of creating turning-complete algorithms.
Example
Integration (.Net based , VB.Net , Asp.Net, C# , J#, PHP.Net)

3 Event Driven Programming(Html + Scripting)
In computer programming, event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions (mouse clicks, key presses), sensor outputs, or message passing from other programs or threads.
Example
Embedded or Scripting (JS , Jquary, Angular , Node JS) etc.

4 New Fashion
Object Oriented Programming (real world based concept)
Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).
Partial or semi OPP(sample code executed without class)
Pure or full OOP (sample code executed without class ) Ex: java python etc.

5 AI based programming language (control based)
Ex: LISP, PROLOG, FOPL, PYTHON etc

Comments are closed.