Hi Javatechie, I got a job with a 15lpa package.. it's just because of seeing your videos.. thankyou so much..
Wow..He sounds so genuine and Hard working ..hats off to his efforts !! Keep going !
Despite is difficult for me to understand the language because I'm not an English speaker native, I could understand all the concepts. This tutorial is not just for being prepared for an interview, but for to know the new features in Java 8 as well. Thanks. :trophy-yellow-smiling::person-turqouise-waving:
I finally got it, the whole JDK 8 and its features with examples. Thank you so much bro for such an informative video. Please Keep it up ...!
Before Java 8, interfaces could have only abstract methods. The implementation of these methods has to be provided in a separate class. So, if a new method is to be added in an interface then its implementation code has to be provided in the class implementing the same interface. To overcome this issue, Java 8 has introduced the concept of default methods which allow the interfaces to have methods with implementation without affecting the classes that implement the interface. The default methods were introduced to provide backward comparability so that existing interfaces can use the lambda expressions without implementing the methods in the implementation class. Default methods are also known as defender methods or virtual extension methods.
36:50 That was smooth and worth it.. Was here just for this.. And for this too😁 49:00 Oh.. so the first RT is input .. lol idk it
I got exact questions in an interview on lambda, functional interface and Stream API. So relevant!🙂
So much of information in one video to manipulate data in efficient manner using java 8. It's very helpful to brush up w.r.t to interview.
This is a very detailed explanation for someone who just started to learn Java 8 and above. Very helpful! Waiting for the next video for Java 11 and above interview questions and concepts 😊
I am wondering how can a teacher be so perfect in teaching… thanks sir 🙏
58:39 I found another solution for the employee list used to get the greatest salary: Map<String, Optional<Employee>> collect = employees.stream().collect( Collectors.groupingBy( Employee::getDept, Collectors.maxBy(Comparator.comparing(Employee::getSalary)) ) ); :face-red-heart-shape:
You are a great teacher..Thank you sir :) The way you tell "Dont worry" really makes us feel the topics to be easy and understandable.
I become a fan of your explanation technique. The way you explain Lambda expression, I will never forget. Thank you and keep doing great work.
Few videos explain only the presentation. But you switched in between presentation and practicality. That helps us a lot to understand clearly the concepts. Thank you :)
Really after seeing this video I got a crystal and clarity on Java 8 different methods ...and also watching other videos which is more help full to got the concept very clear ..thanks bro
explained each question with best suitable examples.. well explained.. thanx a lot..
Subscribed this channel with in 1k subscribers , happy to see your growth Mate. This helped me a lot. Thanks a lot for sharing the great and precise information. Keep going ❤
Thanks for posting this, sir! Full dose for java developers....
Thanks!
@firozalam2749