
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- What does the bitwise right shift operator do in Java?
- What is JavaScript Bitwise Left Shift(<<) Operator?
- What is Bitwise Left Shift Operator (<<) in JavaScript?
- Bitwise right shift operator in Java
- Explain JavaScript Bitwise NOT, Left shift and Right shift?
- Bitwise Right/ left shift numbers in Arduino
- What is JavaScript Bitwise Right Shift(>>) Operator?
- What is Bitwise Right Shift Operator (>>) in JavaScript?
- What does the &= operator do in Python?
- Java Shift Operator Examples
- What does the >> operator do in Python?
- What does the "===" operator do in Kotlin?
- What are the bitwise zero fill right shift zero operators in Java?
- Shift left in a BigInteger in Java
- What does 'in' operator do in Python?
Advertisements