0% found this document useful (0 votes)
6 views40 pages

Introduction+To+Programming+Language

Java is a programming language derived from C and C++, distinguished from scripting languages by its requirement for compilation. It serves as a standard communication method for instructing computers and can be used to create software, which is a collection of programs. Popular Java editors for beginners include Notepad and Notepad++, and writing a Java program requires defining a class.

Uploaded by

nowfal2005km
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views40 pages

Introduction+To+Programming+Language

Java is a programming language derived from C and C++, distinguished from scripting languages by its requirement for compilation. It serves as a standard communication method for instructing computers and can be used to create software, which is a collection of programs. Popular Java editors for beginners include Notepad and Notepad++, and writing a Java program requires defining a class.

Uploaded by

nowfal2005km
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 40

What is JAVA

Java is a programming
language based on C and
C++
Programming Language
Vs
Scripting Language
Difference between programming
language and scripting language
➢Scripting language does not require
compilation
➢Programming language requires
compilation
What is a language ?
System of
communication
Among humans
Between Animals and Humans
When cat says some thing to do the
computer
So the programming language is a
standard communication technique for
expressing instructions to a computer
Types of programming
languages
➢High Level
➢Law Level
Examples for high level programming
languages

➢C
➢C++
➢C#
➢Java
➢Python
➢PHP
Examples for low level programming languages
Assembly
What can we do once
we learnt Java
We can create software
What is a software
Software is a collection of
programs
Now Software is a collection of programs

So what is a program ?
Program is the way of
telling something to do a
computer
Programming language
word word word word word
Programming language
Commands Commands Commands

word word word word word


Programming language
program program

Commands Commands Commands

word word word word word


Programming language
Software

program program

Commands Commands Commands

word word word word word


Programming language
Memorize This
Popular java editors
For the beginners
recommend to use
Notepad or Notepad ++
We are going to write our
First Java Program
To write any java program
a class is required
Compile
JVM
WORA
Introduction to a variable
Scanner
Basic Calculator
Functions
END

You might also like