java 8 interview question | sort employee list using stream api function | must watch | okay java

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 15

  • @okayjava
    @okayjava  3 роки тому

    1. Java 8 new features
    ua-cam.com/video/gghkXyxllNE/v-deo.html
    2. Java 8 functional interface part
    ua-cam.com/video/57uG-1wpWP4/v-deo.html
    3. Java 8 functional interface coding
    ua-cam.com/video/1oQVkzjHJc4/v-deo.html
    4. Functional Interface prior to Java 8
    ua-cam.com/video/5ZHFPi0OcD0/v-deo.html
    5. Default methods in interface
    ua-cam.com/video/DVAc7ORxP94/v-deo.html
    6. Default methods Diamond Problem in java 8
    ua-cam.com/video/FQUPNJ5FklQ/v-deo.html
    7. Java 8 lambda expression
    ua-cam.com/video/bkyOIpWG4Wo/v-deo.html
    8. Lambda expression variable scope interview questions
    ua-cam.com/video/_vaUnUlgL2U/v-deo.html
    9. Java 8 predicate functional Interface
    ua-cam.com/video/fe8_DPeLtro/v-deo.html
    10. Java 8 function interface
    ua-cam.com/video/rjxGrZPzPeI/v-deo.html
    11. Java 8 consumer functional interface
    ua-cam.com/video/4779VSx2AXQ/v-deo.html
    12. java 8 supplier functional interface
    ua-cam.com/video/3l8vLvQeNPY/v-deo.html
    13. Java 8 method reference
    ua-cam.com/video/xZ67TS5EZNU/v-deo.html
    14. Java 8 optional class
    ua-cam.com/video/_E1vFLWXpNM/v-deo.html
    15. Java 8 stream pipeline flow
    ua-cam.com/video/4Mrz_WipkKw/v-deo.html
    16. Java 8 stream api operations
    ua-cam.com/video/0FrZ9Ky-Ju8/v-deo.html
    17. create java 8 stream
    ua-cam.com/video/CtUOr7OAzlQ/v-deo.html
    18. stream api - create java 8 streams
    ua-cam.com/video/w9HwX4S62VM/v-deo.html
    19. java 8 stream api- range v/s rangeclosed
    ua-cam.com/video/_uObUvM4Swo/v-deo.html
    20. java 8 stream api - filter | collect
    ua-cam.com/video/nebvdGvufTg/v-deo.html
    21. java 8 stream api - map function distinct | filter
    ua-cam.com/video/E5__JsNP80g/v-deo.html
    22. java 8 stream api - flatmap
    ua-cam.com/video/0Ll737UQwlw/v-deo.html
    23. java 8 interview question - sort employee list using stream api function
    ua-cam.com/video/TUUWTUqapWo/v-deo.html
    24. java 8 interview question - built in functional interfaces in java
    ua-cam.com/video/qbnl6PlogP0/v-deo.html
    25. Create Immutable class in Java
    ua-cam.com/video/cJac9U4IgqE/v-deo.html
    26. what is a web service ?
    ua-cam.com/video/OYx0KdPwS80/v-deo.html
    27. Watch Introduction to Microservices 08.50 Minutes
    ua-cam.com/video/y32DkgmWE1c/v-deo.html
    28. Watch Microservices components in one video 20 Minutes
    ua-cam.com/video/UU0MoXDNFyY/v-deo.html
    29. Watch How to Install Spring Tool Suite on Windows Machine
    ua-cam.com/video/7icm0HC7-xQ/v-deo.html
    Subscribe and share okayjava
    ua-cam.com/users/okayjava

  • @radharanganathan9610
    @radharanganathan9610 2 роки тому +3

    Vry well explained

  • @Shreenidhi110
    @Shreenidhi110 Рік тому

    Very nice explaination

  • @nileshmohale2743
    @nileshmohale2743 2 роки тому +1

    Great video

  • @farhaankazi7134
    @farhaankazi7134 2 роки тому +1

    Thanks for vlog. Can you shows example of Comparator.comparing()

    • @okayjava
      @okayjava  2 роки тому

      Hello Farhaan, you can try it yourself by changing the key to String type variable. Let me know if you still need help. Thanks

  • @rudrakumar5669
    @rudrakumar5669 2 роки тому +1

    Can anyone please help me to understand line no 28 and 34
    In sorted (..) we are passing the Compretor object at line 28 by lamda expression how line no 34 will work we are not passing implementation of Compretor, 🤔

    • @okayjava
      @okayjava  2 роки тому +1

      Hi, Can you pls check the implementation of comparingInt function ? You will get the answer. Basically, comparingInt is a static method of Comparator that sorts a list of eleements using an integer sort key.

    • @nagarjunbn9069
      @nagarjunbn9069 7 місяців тому

      ua-cam.com/video/xcNAcbNTC1s/v-deo.html

  • @ripsythourani6492
    @ripsythourani6492 Рік тому +1

    How to reverse the order or sorting?

    • @nagarjunbn9069
      @nagarjunbn9069 7 місяців тому

      ua-cam.com/video/xcNAcbNTC1s/v-deo.html

  • @ganeshk8682
    @ganeshk8682 2 роки тому +1

    How to sort if its a date ?