DSA Lecture 16: Operators in Java series: Ternary Operators: Part 6#java #ternaryoperator #dsa #dsainhindi #dsacourse #yourcoderbuddies #ycb #coder ðLecture notes: https://drive.google.com/file/d/10keG... ðCode file: https://docs.google.com/document/d/1s... ðDSA Playlist:    âĒ DSA(Data Structure & Algorithms) Course  ðTernary operators are widely used in Java Programming. -It is represented by '?:' symbols *Operations are performed on three operands: -It is also called as conditional operator as it is used as an alternative of if-else conditionals in certain situations. -Just like nested loops, there are also nested ternary operators present in Java. -But they are not used much because they make the code more complex -Ternary operators reduces the lines of code & increases readability of code -Also it takes less memory space than if-else, hence it's used as the shortest way of if-else conditionals . 00:00 Intro 00:44 Syntax of Ternary Operator 02:22 Example 1 : Ternary Operator 04:23 Example 2 : Ternary Operator 05:18 Example 3 : Ternary Operator 07:15 Syntax of Nested Ternary Operator 08:46 Example of Nested Ternary Operator 11:39 When do we replace if-else with Ternary Operators? 13:18 Applications of Ternary Operators 13:58 Outro ðFor such amazing videos, just SUBSCRIBE to Your Coder Buddies:) Follow YCB on instagram: https://instagram.com/yourcoderbuddie... Follow YCB on Linkdin:   / your-coder-buddies  Follow YCB on twitter: https://twitter.com/Yourcoderbuddi1?s=08