Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
Difference Between
3.1K+ articles
Java Programs
1.5K+ articles
java-basics
330+ articles
Java 8
121+ articles
Operators
13+ articles
java-puzzle
11+ articles
Bitwise Operators
2+ articles
Java-Operators
23 posts
Recent Articles
Popular Articles
|| operator in Java
Last Updated: 01 November 2020
|| is a type of Logical Operator and is read as "OR OR" or "Logical OR". This operator is used to perform "logical OR" operation, i.e. the function similar to OR gate in d...
read more
Java
Picked
Java-Operators
& Operator in Java with Examples
Last Updated: 10 October 2019
The operator in Java has two definite functions: As a Relational Operator: is used as a relational operator to check a conditional statement just like operator. Both...
read more
Java
Picked
Java-Operators
Equality (==) operator in Java with Examples
Last Updated: 24 January 2022
== operator is a type of Relational Operator in Java used to check for relations of equality. It returns a boolean result after the comparison and is extensively used in l...
read more
Java
Java Programs
Java-Operators
Java Arithmetic Operators with Examples
Last Updated: 28 March 2023
Operators constitute the basic building block to any programming language. Java too provides many types of operators which can be used according to the need to perform var...
read more
Java
Java-Operators
java-math
Java Relational Operators with Examples
Last Updated: 25 March 2023
Operators constitute the basic building block to any programming language. Java too provides many types of operators which can be used according to the need to perform var...
read more
Misc
Java
Java-Operators
Java Logical Operators with Examples
Last Updated: 16 April 2025
Logical operators are used to perform logical "AND", "OR", and "NOT" operations, i.e., the functions similar to AND gate and OR gate in digital electronics. They are used ...
read more
Misc
Java
Java-Operators
Java Assignment Operators with Examples
Last Updated: 13 September 2023
Operators constitute the basic building block of any programming language. Java too provides many types of operators which can be used according to the need to perform var...
read more
Misc
Java
Java-Operators
Java Ternary Operator
Last Updated: 15 April 2025
Operators constitute the basic building block of any programming language. Java provides many types of operators that can be used according to the need to perform various ...
read more
Java
Java-Operators
Java Unary Operator with Examples
Last Updated: 29 July 2024
Operators constitute the basic building block to any programming language. Java too provides many types of operators which can be used according to the need to perform var...
read more
Misc
Java
Java-Operators
Short Circuit Logical Operators in Java with Examples
Last Updated: 02 December 2021
In Java logical operators, if the evaluation of a logical expression exits in between before complete evaluation, then it is known as Short-circuit. A short circuit happen...
read more
Java
Java-Operators
Arithmetic Expression Having Only + and * Operators in Java
Last Updated: 13 October 2020
Here, we will discuss the Arithmetic expression having operators like addition and multiplication and you will see how you can take an expression and can calculate the val...
read more
Java
Java Programs
Java-Operators
Java 8
Modulo or Remainder Operator in Java
Last Updated: 23 February 2022
Modulo or Remainder Operator returns the remainder of the two numbers after division. If you are provided with two numbers, say A and B, A is the dividend and B is the div...
read more
Java
Java Programs
Picked
Java-Operators
Bitwise Complement Operator (~ tilde)
Last Updated: 20 August 2024
Pre-requisite:Bitwise Operators in C/ C++Bitwise Operators in JavaThe bitwise complement operator is a unary operator (works on only one operand). It takes one number and ...
read more
Blogathon-2021
DSA
cpp-operator
C-Operators
Java-Operators
Shift Operator in Java
Last Updated: 05 August 2022
Operators in Java are used to performing operations on variables and values. Examples of operators: +, -, *, /, , .Types of operators:Arithmetic Operator,Shift Operator,Re...
read more
Java
Picked
Java-Operators
Left Shift Operator in Java
Last Updated: 20 February 2023
The decimal representation of a number is a base-10 number system having only ten states 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. For example, 4, 10, 16, etc.The Binary represent...
read more
Java
Picked
Java-Operators
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !