Khushboo Jain’s Post

View profile for Khushboo Jain, graphic

Big Data Engineer | 4+ YoE | 1.9k+ @LinkedIn | Omnicom | Ex-BYJU's | Ex-L&T | Alteryx Certified | Hadoop, Hive, Oozie, Pig, MapReduce, PySpark, Python, OOPS, Flask, SQL

Tip of the day: OR: | Vs || AND: & Vs && || is the logical or operator while | is the bitwise or operator. In Addition to the fact that | is a bitwise-operator: || is a short-circuit operator - when one element is false, it will not check the others. if something is TRUE, || will not evaluate someotherthing, while | will do. The single ampersand (&) always evaluates both arguments whereas the double ampersand (&&) will only evaluate the second argument if the first argument is true. Happy Learning! 🎯

To view or add a comment, sign in

Explore topics