What is bit twiddling in Java?

Questions by Nitin Vavdiya   answers by Nitin Vavdiya

Showing Answers 1 - 3 of 3 Answers

Bit Twiddling was used in earlier days for efficiency. It is a technique used for bit manipulation. Java bitwise and bit shift operators such as NOT, AND, OR, XOR, LEFT-SHIFT, RIGHT-SHIFT, UNSIGNED-RIGHT-SHIFT can be used to perform operations such as multiply or divide integers, test for evenness etc.,

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions