

Downlaod the PPT and example code at
This video tutorial explains about the Java operators. This explains about the Arithmetic operators, Bitwise operators, Conditional operators, shift operators and Assignment operators. This video tutorial also explains about the short circuit AND and Short circuit OR operators
source
Thank you so much for this sir❤🤗
waste lecture.
where is special operator?
Where is the symbol of or operator on keyboard? Pls help
Good Tutorial.. I tried to put another tutorial
How about the Assignment operators in which the 4th table (/-)? I guess it should be like this /=. Am I right or am I right?? 😀
if(7>5 && 5<6) -> true
Thanks
how is this false? if(7>5 && 5<6) -> false. second statement will be executed
it is very useful to me sir thankyou for teaching me …..
nice tutorial..just fucked up english !
This tutorial was very helpfull, very nice, Thank you…..
"if(7>5 && 5<6)
–> false the second statement will not be executed." I guess you wrote this by mistake. or am I missing somethingQuestion: the slide for Short Circuit If (7>5 && 5<6) is shown as false but 7>5 is true and 5<6 is true .. both are true means it is true right… Please correct me if i am wrong
hi. i think there was a mistake with result of postfix increment and the other one. no?
c+ = b is shorthand for c = c+b, it is an accepted an recognized statement in java.
c = +b is not shorthand for anything, I don't believe it will be recognized in java as far as I know.
for bitwise not operator ~120,how did u get -121,what is MSB?
please clearly
Hello java9s!
i clicked on the link you wrote up and couldnt find the link to download the ppt or find examples! 🙁
please advise.
thanks,
Thank you Srinivas. Ive been wanting to learn Java for so long and your tutorials are so good for me to understand programming as I'm a complete beginner. God Bless you man.
Great tutorial. Especially enjoyed the details in Right/Left shift operator. Thanks!
probably the best tutorial for this subject of java in youtube, thanks!! 😉
Nice tutorial! Thanks!
ksjodanso iwe
great tutorials. thanks for the help.
I have two questions please
1- for instanceof, should the class that I am comparing and the one I am comparing with be loaded by the same CL
2- what is the difference between
c+=b and c=+b
very helpful and informative job great video really I enjoyed it
THANKS A LOT