- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What does the bitwise left shift operator do in Java?
The left operand value is moved left by the number of bits specified by the right operand.
Example: A << 2 = 240 means 1111 0000
- Related Articles
- What does the bitwise right shift operator do in Java?
- What is Bitwise Left Shift Operator (
- Bitwise right shift operator in Java\n
- What is JavaScript Bitwise Left Shift(
- What is Bitwise Right Shift Operator (>>) in JavaScript?
- What is JavaScript Bitwise Right Shift(>>) Operator?\n
- Bitwise Right/ left shift numbers in Arduino
- Explain JavaScript Bitwise NOT, Left shift and Right shift?
- Java Shift Operator Examples
- What Does the // Operator Do?
- What are the bitwise zero fill right shift zero operators in Java?
- What does the &= operator do in Python?
- What does the >> operator do in Python?
- What does the "===" operator do in Kotlin?
- What does "?:" do in Kotlin? (Elvis Operator)

Advertisements