answersLogoWhite

0

It means that the logical "AND" operation is done one bit at a time. In other words, the operators are compared one bit at a time, and the corresponding bit in the result will be "1" if both bits in the operands are "1"; in all other cases, the result will be "0".

It means that the logical "AND" operation is done one bit at a time. In other words, the operators are compared one bit at a time, and the corresponding bit in the result will be "1" if both bits in the operands are "1"; in all other cases, the result will be "0".

It means that the logical "AND" operation is done one bit at a time. In other words, the operators are compared one bit at a time, and the corresponding bit in the result will be "1" if both bits in the operands are "1"; in all other cases, the result will be "0".

It means that the logical "AND" operation is done one bit at a time. In other words, the operators are compared one bit at a time, and the corresponding bit in the result will be "1" if both bits in the operands are "1"; in all other cases, the result will be "0".

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which Bit wise operator is used to determine whether a particular bit is on or off?

Bitwise OR [|] operator


Which bit wise operator is suitable for putting on a particular bit in a number?

bitwise OR is used..


Which bit wise operator is suitable for checking whether a particular bit is on or off?

you can use And: (10010000 & 00010000) == 00010000 should return true


What are the different types of Operators available in java?

arithmatic operator +,-,*,/,% assigment oprator == logical operator &,|,^,&&,,! bitwise opertor &,|,^ left shift << right shift >> left shift zero fill << assignment operator +=,-=,*=,/=


How do you get 64 bit java?

You need a 64-bit computer with a working 64-bit operating system. When you install java it will install the 64-bit, it will recognize you have a 64-bit computer and install it


Is Minecraft Beta Compatible with a 64 bit Java?

I think it is because I use Minecraft Beta on 64 bit Java too. :D


How the new operator works in java?

1. It is the only way to create object. 2. New is a keyword. 3. New operator allocates memory for an object. 4. It is a bit faster and clever way of creating objects or instances.


Would 64 bit java work on a 32 bit operating system?

No.


Is the Java compiler 16bit or 32bit?

The Java compiler itself (javac) is a 32-bit application.


What is the difference between bit wise operator and logic operator?

The logic operator provides boolean results of combinations of other boolean expression, some of which might be relational expressions. For example... bool result = (a < 3) && (b > 4); The bitwise operator provides the same kind of boolean logic, AND, OR, and NOT, but it does it to the correspondingly ranks bits in one or two integers. For example ... int result = (a & 0xff) | (!b);


Can i play Minecraft with 32 bit?

Yes, you need 32 bit Java and you will be able to play.


What is the width of Boolean data type in java?

1 bit