4. Java Operators

Introduction

  • In this lesson we are discussing about five types of Java operators.
    1. Arithmetic operators
    2. Relational operators
    3. Logical operators
    4. Assignment operators
    5. Increment and decrement operators
  • Also finally we will explore the Java operator precedence.
  • In Java, operators are used to perform various operations on values and variables.
  • Now let’s take a look at each operator type in-detail.

Pages: 1 2 3 4 5 6 7