Java Programming Tutorial: Logical and Bitwise Operators

preview_player
Показать описание
A quick overview of the basic logical operators AND, OR, and NOT. Then a slightly more advanced topic - Bitwise functions - are described. This includes a brief overview of how the binary bits can be converted to decimal format using the powers of two and then dives into some diagrams showing how the left-shift bitwise function applies to transfer an integer value "9" into the value "36". Finally I show how the bitwise logical AND function (single ampersand) is applied.
Series Video #8
Рекомендации по теме
Комментарии
Автор

Sorry about that; I've been tied up lately with some other stuff but my intention is to place all of the code, documentation, Powerpoints, etc. onto a companion website for people to interact with and download themselves. But I will increase the font size in the future as well. Thanks for letting me know and thanks for watching.

BrandonKearns
Автор

Very nice explanation, but make the document bigger! Seeing the 11pt font is a struggle.

trulydiscombobulated
Автор

OMG! This video has certainly made me have a breakthrough in what I've been struggling to understand. Thanks a lot for sharing your knowledge.

freaky
Автор

can you pls share the docuument with me?

varadkulkarni