際際滷

際際滷Share a Scribd company logo
Session 8
Operators Support
Simple Assignment Operator
= Simple assignment operator
Arithmetic Operators
+ Additive operator (also used
for String concatenation)
- Subtraction operator
* Multiplication operator
/ Division operator
% Remainder operator
Java Operators Contd..
 Unary Operators
 + Unary plus operator; indicates
 positive value (numbers are
 positive without this, however)
 - Unary minus operator; negates
 an expression
 ++ Increment operator; increments
 a value by 1
 -- Decrement operator; decrements
 a value by 1
 ! Logical complement operator;
 inverts the value of a boolean
Java Operators Contd..
 Equality and Relational Operators
 == Equal to
 != Not equal to
 > Greater than
 >= Greater than or equal to
 < Less than
 <= Less than or equal to
 Conditional Operators(Logical Operators)
 && Conditional-AND
 || Conditional-OR
 ?: Ternary (shorthand for if-then-else statement)
Java Operators Contd..
 Type Comparison Operator
 instanceof Compares an object to
 a specified type
 Bitwise and Bit Shift Operators
 ~ Unary bitwise complement
 << Signed left shift
 >> Signed right shift
 >>> Unsigned right shift
 & Bitwise AND
 ^ Bitwise exclusive OR
 | Bitwise inclusive OR
 ThankYou.
Ad

Recommended

Java 2
Java 2
Preethi Nambiar
Java - Operators
Java - Operators
Preethi Nambiar
4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
9 cm604.10
9 cm604.10
myrajendra
Operators
Operators
loidasacueza
Krazykoder operators
Krazykoder operators
Deep Renuse
Operators in java
Operators in java
yugandhar vadlamudi
itft-Operators in java
itft-Operators in java
Atul Sehdev
OOPJ_PPT2,JAVA OPERATORS TPYE WITH EXAMPLES.pptx
OOPJ_PPT2,JAVA OPERATORS TPYE WITH EXAMPLES.pptx
SrinivasGopalan2
8- java language basics part2
8- java language basics part2
Amr Elghadban (AmrAngry)
10)OPERATORS.pdf
10)OPERATORS.pdf
Srinidhi161695
JavaScript Operators
JavaScript Operators
Charles Russell
Java Operators with Simple introduction.pptx
Java Operators with Simple introduction.pptx
kuntadinesh21
Operators in java
Operators in java
Muthukumaran Subramanian
Dacj 1-3 b
Dacj 1-3 b
Niit Care
Java chapter 3
Java chapter 3
Munsif Ullah
Java Operators with Simple introduction.pptx
Java Operators with Simple introduction.pptx
kuntadinesh21
OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
Operator in JAVA
Operator in JAVA
KanhaiyaSharma52
dizital pods session 3.pptx
dizital pods session 3.pptx
VijayKumarLokanadam
PPT ON JAVA AND UNDERSTANDING JAVA'S PRINCIPLES
PPT ON JAVA AND UNDERSTANDING JAVA'S PRINCIPLES
merabapudc
Java basic operators
Java basic operators
Emmanuel Alimpolos
Java basic operators
Java basic operators
Emmanuel Alimpolos
L3 operators
L3 operators
teach4uin
L3 operators
L3 operators
teach4uin
L3 operators
L3 operators
teach4uin
Operators in java
Operators in java
Ravi_Kant_Sahu
Operator in c programming
Operator in c programming
Manoj Tyagi
node.js interview questions and answers.
node.js interview questions and answers.
JyothiAmpally
Exception and ErrorHandling in Java .ppt
Exception and ErrorHandling in Java .ppt
JyothiAmpally

More Related Content

Similar to Java Operators explained _in __brief.ppt (20)

OOPJ_PPT2,JAVA OPERATORS TPYE WITH EXAMPLES.pptx
OOPJ_PPT2,JAVA OPERATORS TPYE WITH EXAMPLES.pptx
SrinivasGopalan2
8- java language basics part2
8- java language basics part2
Amr Elghadban (AmrAngry)
10)OPERATORS.pdf
10)OPERATORS.pdf
Srinidhi161695
JavaScript Operators
JavaScript Operators
Charles Russell
Java Operators with Simple introduction.pptx
Java Operators with Simple introduction.pptx
kuntadinesh21
Operators in java
Operators in java
Muthukumaran Subramanian
Dacj 1-3 b
Dacj 1-3 b
Niit Care
Java chapter 3
Java chapter 3
Munsif Ullah
Java Operators with Simple introduction.pptx
Java Operators with Simple introduction.pptx
kuntadinesh21
OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
Operator in JAVA
Operator in JAVA
KanhaiyaSharma52
dizital pods session 3.pptx
dizital pods session 3.pptx
VijayKumarLokanadam
PPT ON JAVA AND UNDERSTANDING JAVA'S PRINCIPLES
PPT ON JAVA AND UNDERSTANDING JAVA'S PRINCIPLES
merabapudc
Java basic operators
Java basic operators
Emmanuel Alimpolos
Java basic operators
Java basic operators
Emmanuel Alimpolos
L3 operators
L3 operators
teach4uin
L3 operators
L3 operators
teach4uin
L3 operators
L3 operators
teach4uin
Operators in java
Operators in java
Ravi_Kant_Sahu
Operator in c programming
Operator in c programming
Manoj Tyagi
OOPJ_PPT2,JAVA OPERATORS TPYE WITH EXAMPLES.pptx
OOPJ_PPT2,JAVA OPERATORS TPYE WITH EXAMPLES.pptx
SrinivasGopalan2
Java Operators with Simple introduction.pptx
Java Operators with Simple introduction.pptx
kuntadinesh21
Dacj 1-3 b
Dacj 1-3 b
Niit Care
Java Operators with Simple introduction.pptx
Java Operators with Simple introduction.pptx
kuntadinesh21
OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
PPT ON JAVA AND UNDERSTANDING JAVA'S PRINCIPLES
PPT ON JAVA AND UNDERSTANDING JAVA'S PRINCIPLES
merabapudc
L3 operators
L3 operators
teach4uin
L3 operators
L3 operators
teach4uin
L3 operators
L3 operators
teach4uin
Operator in c programming
Operator in c programming
Manoj Tyagi

More from JyothiAmpally (19)

node.js interview questions and answers.
node.js interview questions and answers.
JyothiAmpally
Exception and ErrorHandling in Java .ppt
Exception and ErrorHandling in Java .ppt
JyothiAmpally
Java Strings methods and operations.ppt
Java Strings methods and operations.ppt
JyothiAmpally
Arrays Basicfundamentaldatastructure.ppt
Arrays Basicfundamentaldatastructure.ppt
JyothiAmpally
_Java__Expressions__and__FlowControl.ppt
_Java__Expressions__and__FlowControl.ppt
JyothiAmpally
Java-Variables_about_different_Scope.ppt
Java-Variables_about_different_Scope.ppt
JyothiAmpally
UML to Object Oriented Mapping java .ppt
UML to Object Oriented Mapping java .ppt
JyothiAmpally
OOPS_AbstractClasses_explained__java.ppt
OOPS_AbstractClasses_explained__java.ppt
JyothiAmpally
Java_Identifiers_keywords_data_types.ppt
Java_Identifiers_keywords_data_types.ppt
JyothiAmpally
Java_gui_with_AWT_and_its_components.ppt
Java_gui_with_AWT_and_its_components.ppt
JyothiAmpally
1. Introduction to HTML5.ppt
1. Introduction to HTML5.ppt
JyothiAmpally
01-basics-functions.ppt
01-basics-functions.ppt
JyothiAmpally
03_A-OOPs_Interfaces.ppt
03_A-OOPs_Interfaces.ppt
JyothiAmpally
25-functions.ppt
25-functions.ppt
JyothiAmpally
03_A-OOPs_Interfaces.ppt
03_A-OOPs_Interfaces.ppt
JyothiAmpally
02-Java Technology Details.ppt
02-Java Technology Details.ppt
JyothiAmpally
01-Java Introduction.ppt
01-Java Introduction.ppt
JyothiAmpally
01_What is Java.ppt
01_What is Java.ppt
JyothiAmpally
Spring security
Spring security
JyothiAmpally
node.js interview questions and answers.
node.js interview questions and answers.
JyothiAmpally
Exception and ErrorHandling in Java .ppt
Exception and ErrorHandling in Java .ppt
JyothiAmpally
Java Strings methods and operations.ppt
Java Strings methods and operations.ppt
JyothiAmpally
Arrays Basicfundamentaldatastructure.ppt
Arrays Basicfundamentaldatastructure.ppt
JyothiAmpally
_Java__Expressions__and__FlowControl.ppt
_Java__Expressions__and__FlowControl.ppt
JyothiAmpally
Java-Variables_about_different_Scope.ppt
Java-Variables_about_different_Scope.ppt
JyothiAmpally
UML to Object Oriented Mapping java .ppt
UML to Object Oriented Mapping java .ppt
JyothiAmpally
OOPS_AbstractClasses_explained__java.ppt
OOPS_AbstractClasses_explained__java.ppt
JyothiAmpally
Java_Identifiers_keywords_data_types.ppt
Java_Identifiers_keywords_data_types.ppt
JyothiAmpally
Java_gui_with_AWT_and_its_components.ppt
Java_gui_with_AWT_and_its_components.ppt
JyothiAmpally
1. Introduction to HTML5.ppt
1. Introduction to HTML5.ppt
JyothiAmpally
01-basics-functions.ppt
01-basics-functions.ppt
JyothiAmpally
03_A-OOPs_Interfaces.ppt
03_A-OOPs_Interfaces.ppt
JyothiAmpally
03_A-OOPs_Interfaces.ppt
03_A-OOPs_Interfaces.ppt
JyothiAmpally
02-Java Technology Details.ppt
02-Java Technology Details.ppt
JyothiAmpally
01-Java Introduction.ppt
01-Java Introduction.ppt
JyothiAmpally
01_What is Java.ppt
01_What is Java.ppt
JyothiAmpally
Ad

Recently uploaded (20)

Unit- 4 Biostatistics & Research Methodology.pdf
Unit- 4 Biostatistics & Research Methodology.pdf
KRUTIKA CHANNE
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
Celine George
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
GlysdiEelesor1
The Man In The Back Exceptional Delaware.pdf
The Man In The Back Exceptional Delaware.pdf
dennisongomezk
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
penafloridaarlyn
Exploring Ocean Floor Features for Middle School
Exploring Ocean Floor Features for Middle School
Marie
JHS SHS Back to School 2024-2025 .pptx
JHS SHS Back to School 2024-2025 .pptx
melvinapay78
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
Introduction to Generative AI and Copilot.pdf
Introduction to Generative AI and Copilot.pdf
TechSoup
Measuring, learning and applying multiplication facts.
Measuring, learning and applying multiplication facts.
cgilmore6
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
How to Manage & Create a New Department in Odoo 18 Employee
How to Manage & Create a New Department in Odoo 18 Employee
Celine George
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
Overview of Employee in Odoo 18 - Odoo 際際滷s
Overview of Employee in Odoo 18 - Odoo 際際滷s
Celine George
Unit- 4 Biostatistics & Research Methodology.pdf
Unit- 4 Biostatistics & Research Methodology.pdf
KRUTIKA CHANNE
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
How to Implement Least Package Removal Strategy in Odoo 18 Inventory
Celine George
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
FIRST DAY HIGH orientation for mapeh subject in grade 10.pptx
GlysdiEelesor1
The Man In The Back Exceptional Delaware.pdf
The Man In The Back Exceptional Delaware.pdf
dennisongomezk
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
ICT-8-Module-REVISED-K-10-CURRICULUM.pdf
penafloridaarlyn
Exploring Ocean Floor Features for Middle School
Exploring Ocean Floor Features for Middle School
Marie
JHS SHS Back to School 2024-2025 .pptx
JHS SHS Back to School 2024-2025 .pptx
melvinapay78
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
Introduction to Generative AI and Copilot.pdf
Introduction to Generative AI and Copilot.pdf
TechSoup
Measuring, learning and applying multiplication facts.
Measuring, learning and applying multiplication facts.
cgilmore6
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
How to Manage & Create a New Department in Odoo 18 Employee
How to Manage & Create a New Department in Odoo 18 Employee
Celine George
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
Overview of Employee in Odoo 18 - Odoo 際際滷s
Overview of Employee in Odoo 18 - Odoo 際際滷s
Celine George
Ad

Java Operators explained _in __brief.ppt

  • 2. Simple Assignment Operator = Simple assignment operator Arithmetic Operators + Additive operator (also used for String concatenation) - Subtraction operator * Multiplication operator / Division operator % Remainder operator
  • 3. Java Operators Contd.. Unary Operators + Unary plus operator; indicates positive value (numbers are positive without this, however) - Unary minus operator; negates an expression ++ Increment operator; increments a value by 1 -- Decrement operator; decrements a value by 1 ! Logical complement operator; inverts the value of a boolean
  • 4. Java Operators Contd.. Equality and Relational Operators == Equal to != Not equal to > Greater than >= Greater than or equal to < Less than <= Less than or equal to Conditional Operators(Logical Operators) && Conditional-AND || Conditional-OR ?: Ternary (shorthand for if-then-else statement)
  • 5. Java Operators Contd.. Type Comparison Operator instanceof Compares an object to a specified type Bitwise and Bit Shift Operators ~ Unary bitwise complement << Signed left shift >> Signed right shift >>> Unsigned right shift & Bitwise AND ^ Bitwise exclusive OR | Bitwise inclusive OR