What do bitwise operators do?



What do bitwise operators do?..

Answer / Love Kumar Singh Chauhan

Bitwise operators manipulate individual bits within an integer or binary number. They allow for fine-grained control over binary representations, performing operations like AND (&), OR (|), XOR (^), and NOT (!) on the individual bits of a number.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


What are the types of strings?

1 Answers  


What is the common usage of serialization?

1 Answers  


Does java support multiple inheritance or not?

1 Answers   Hexaware,


What's the base class in java from which all classes are derived?

1 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

1 Answers  


What is the benefit of inner classes in java?

1 Answers  


how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?

1 Answers   HP, SparkTG,


How we can execute any code even before main method?

1 Answers  


Write a code to show a static variable?

1 Answers  


How do you compare values in java?

1 Answers  


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

1 Answers  


Categories