Bael 3512-difference between logical and bitwise & (#8203)

* BAEL-3512 unit tests for Bitwise and Logical AND operators

* BAEL-3512 readme.md is updated and added new tests for bitwise & with booleans

* BAEL-3512 updated variables names to more meaningful names

* BAEL-3512 added example for short circuit
This commit is contained in:
sumit-bhawsar
2019-12-24 17:03:31 +00:00
committed by Sam Millington
parent 8ea5a6b46f
commit 655c545805
2 changed files with 72 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ This module contains articles about Java operators
- [Java Compound Operators](https://www.baeldung.com/java-compound-operators)
- [The XOR Operator in Java](https://www.baeldung.com/java-xor-operator)
- [Java Bitwise Operators](https://www.baeldung.com/java-bitwise-operators)
- [Bitwise & vs Logical && Operators](https://www.baeldung.com/bitwise-vs-logical-operators/)