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