InterviewSolution
Saved Bookmarks
| 1. |
Difference between | and || in terms of java..? |
|
Answer» Here is your answer...☺☺☺ ➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡ You can use & with both integral and boolean variables in Java, but you can use && with only boolean OPERANDS. Integral variables doesn't include floating POINT types e.g. float and double. 2) Bitwise AND & or bitwise OR. ... That's all about difference between bitwise and LOGICAL OPERATOR in Java. ✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔ I hope this answer is helpful to u...❤❤❤ Keep Asking...✌✌✌ ✨✨✨If help you. Mark my answer as a brainliest✨✨✨ |
|