Very nice explanation of default method. Just wanted to share while testing multiple inheritance. I noticed JVM will enforce overriding if both implemented interfaces have same name default method.
You are awesome buddy.. A small suggestion for you is.. get your content's grammar reviewed by someone who is good at it. Thanks for the good content..!
Hi, I'm getting this message when I created the Bank class: *Static declarations in inner classes are not supported at language level 14* How should I understand this? Am I supposed to declare the class as: *public static class Bank{}* like this?? Or should I downgrade the Java version back to 13 or less? Thanks very much.
Actually we have abstract classes which allow us to have concrete methods and abstract methods. Can you please describe the difference between abstract classes and functional interfaces.? Thank you very much for the video.
Using Abstract Class multiple inheritance is "not possible". Abstract Class A{ } Abstract Class B{ } Class X extend A,B{ } """"""Error""""" But using Interface multiple inheritance is possible. Eg: Interface A{ } Interface B{ } Class X implements A,B{ }
I have four regarding the multiple inheritance . Inheritance is used for code reusability bt in multiple inheritance we make use of interface so it has abstract methods and abstract methods doest have body so where is the code reusability happened?
I Have to take a Real Time Project Training in Java Can u advice which type real world project is best to get knowledge as well as market related project.Thank you in advance.
HI, Abhi if two interfaces have same default method how its called in the main class. So it will get Ambuiguity issue and how it will resolve. Please share your number.
you are a good teacher from childhood only
I really am enjoying your presentations. Thanks for the great work my friend!
You explanation is awesome Sir .Never seen before in any of the TH-cam channel.
Congratulations on 100k ❤🎉
Very nice explanation of default method. Just wanted to share while testing multiple inheritance. I noticed JVM will enforce overriding if both implemented interfaces have same name default method.
HI, Abhi, Wonderful explanation on the functional implementation of default methods in the interface into Java 1.8. Very Nice Buddy...
So beautiful explanation ❣️
Amazing Explanation and really helpful! Expecting video on "Static" keyword explanation.:-)
Superbbbb
Good Job. Very clear explanation. Thanks a lot Abhilash.
amazing explanation sir ji...you always take a real time scenario thats the best thing about you
Super brother
Nice explanation
You are awesome buddy.. A small suggestion for you is.. get your content's grammar reviewed by someone who is good at it. Thanks for the good content..!
Sure, Hitesh. I will keep your suggestion in mind.
Thanks for watching !!
Explanation is very clear please upload videos on hibernate merge,update , saveorupdate methods
amazing content delivery......
Nice Explanations!!!Please upload more videos
Thank you 🙂
Thank you, brother, for your nice explanation
Thanks, Vijay.Glad it helped you.
Really helpful. Thank youuuu
Very clear! Thank you.
Thank you. It was very nice explained and to understand. was very Helpful. Thanks for a great job.
Thank you Abhilash, great explanation!
Great explanation
Perfect explanation, thanks Sir :)
perfect bro
Thanks for such a good explanation.
Appreciate if you can create more videos on Java 8 features.
Hi, I'm getting this message when I created the Bank class: *Static declarations in inner classes are not supported at language level 14*
How should I understand this? Am I supposed to declare the class as: *public static class Bank{}* like this?? Or should I downgrade the Java version back to 13 or less? Thanks very much.
Awesome Videos!!!! you are doing a good job, please upload all the features of java 8.
Nice video
Thank you for nice explanation. Please upload all java 8 features. Also tell us difference between abstract class and interface wrt java 8
Please make video on all features of Java 8
Actually we have abstract classes which allow us to have concrete methods and abstract methods. Can you please describe the difference between abstract classes and functional interfaces.?
Thank you very much for the video.
Why introduce functional interfaces.
Number of classes that can be extended: 1
Number of interfaces that can be implemented: more than 1
Only interfaces can achieve multiple inheritence, cant do it with abstract class.
Using Abstract Class multiple inheritance is "not possible".
Abstract Class A{
}
Abstract Class B{
}
Class X extend A,B{
}
""""""Error"""""
But using Interface multiple inheritance is possible.
Eg:
Interface A{
}
Interface B{
}
Class X implements A,B{
}
very nice bro
Thank You, bro
I have four regarding the multiple inheritance . Inheritance is used for code reusability bt in multiple inheritance we make use of interface so it has abstract methods and abstract methods doest have body so where is the code reusability happened?
Can you post all the java 8 features, Please
Can you post all java 8 features video
Awesome knowledge you have.plz channel ka naam change do yr.
Awesome
Could you do some videos regarding CORE java and J2EE deep understanding as same as spring
Subscribed
Hi Thanks for explain in such a easy nd nice way.Please explain how to implement LAMBDA expression..
Sure, Vijay. I will cover it soon.
Have a nice time !!
Hi bro , what about static methods explanation 🤔
You are good man ...but please don't put background music....We may miss some point.
I Have to take a Real Time Project Training in Java Can u advice which type real world project is best to get knowledge as well as market related project.Thank you in advance.
What happened when we have one default method in two different interface? Which one be overloaded
Thank you bro
Plse cover java 8 features
What is AAAdd ?
is background music necessary?
That music sucks bro ..btw u are doing a great job 👍🏻
please do some basic video of java basic for me and my friends of department of remote sensing...plz in Hindi.. if u can otherwise in English..
One problem if two interface having same default method and both interface implemented in same class then ? Ambiguous
Hi Rinkesh, in that case we have to override the same method to our interface implemented class.
Why do you delete @override?? It is universal good practice and good coding standards to use the annotations.. 🤷🏻♀️
HI, Abhi if two interfaces have same default method how its called in the main class. So it will get Ambuiguity issue and how it will resolve. Please share your number.
Very loud echo makes it hard to understand
Music is annoying
Consider using a lapel mic
Hi Abhi can you please provide me java 8 videos i can go for paid also
Not bad.... very lengthy
Nice explanation but plz use Indian English it would be beeter
😂 sorry
Too much hype
Nice explanation