@VedantSawale-pg7ul

Tip->Lambda exp only works on Functional interfaces(i.e interfaces having only one abstract method in their code block)

@xxxxx-l6g

As a cherry on top - that substitution of an anonymous class with lambda expression you demonstrated works for functional interfaces only.

@rishavranjan6656

You can also use lambda expression in implementing your custom sorting, like if you want to sort a given string array on the basis of number of vowels present inside each string then you can write a lambda expression for it and get your desired result

@alpesh003

Great shorts! Keep them coming!

@sudhirsoni2189

No bro, as a java developer we must have our focus on syntax also, otherwise in interview we will forget the syntax and they will surely ask to write the code in notepad & eventually we will fail the interview, 
Based on real incidence happened today with me 😢

@surajacharya1321

JS developers: we had such syntax in callbacks ages ago

@madhankumarr6019

Your explanation is very clear

@SaiTeja-i1m

@navin you could give a better example where this approach would be useful. In some cases like comparator, it just needs a function to say how to compare. But in traditional syntax we write whole instantiaon. With lambda expressions or functions we can just write the function only

@M.s.G18

You deserve more appreciation

@shuvam6482

Please make more reels like this

@deepikaah556

Shorts are so good to remember in shorts.. thank you

@davidl6797

Great Short!

@dhirajkumarlll

Good ❤

@RakeshYadav-ds8sh

Keep more short videos

@jogurtwaniliowy

Code and especially the lambda snippet is covered by the support/super like button

@sanjaygowda8109

Need much more❤

@theveeru7155

hello sir ...I explain the concept of X-shape pattern in numbers python

@rajukunchala137

hai sir , we need more shots...

@pavanu1255

Very nice program 👍

@khushivantmurimath8663

how did you create a object of a interface? please explain