Amazing. Truly, I love java. Interfaces alone sell me on the language sooooo much. So damn powerful. Your videos help a lot man! 2 semesters left till I graduate from cal state east bay! Been grinding my java and python and using your leetcode videos to really help. Keep it all up, your content is very real and useful.
I been learning Java for the past year and have watched A LOT of TH-cam tutorials on it. Yours are easily the best out there, straight to the point and easy to understand.
The way you explain it is... I can’t even describe but I learn very quickly and I learn a lot in few short minutes. In class, we spent 3 hours learning about interfaces and I was still confused. Thank you 😊
The most in-depth video. At first, it seemed complicated. But after watching a few times, I have realized that this video actually covers more than 10 credit hours worth of college classes in one 15-minute video. Excellent job man. You are a life saver
00:01 Interfaces in Java allow separation of class interface from its implementation. 01:37 Implementing Java Interface requires implementing all provided methods 03:27 Classes can implement multiple interfaces 05:20 Java interfaces can switch between different class implementations dynamically. 07:11 Variables can be declared in an interface. 09:11 Interfaces in Java can be extended to create sub interfaces. 11:03 Understanding default and static methods in Java interfaces 13:01 Java 9 introduces private methods within interfaces. Crafted by Merlin AI.
Literally the first minute of this video explained better what an interface does than the entire book I have to study from. I just didn't understand the point of them. THANK YOU!!!
this was super.... Please keep making such good content it helps too much ..... and your way of explaining is just awesome first some theory and then code.
Even me whos English isn't that well do understand it by far better than guys in my language are explaining it, by your way of explaining stuff. You are really calm and on point with your style of explaining it. Respect and thanks.^^
Here during my Final, I just finished part 1 on abstract using comparable. was uncertain how interfaces work. part 3 is generics and I'm pretty good at it. Thanks dog you helped me pass this probably with an A :)
Please can you make a video that talk about the first step should I take to become a java developer, what should I learn and how many month it will take. Sorry for my English.
your videos are like a survival kit, whenever i feel like a topic is too heavy because my professor didn't explain it well, a video of yours pops up and it never fails to give me back hope and make me understand! can't thank you enough!
What a great tutorial. Thank you man. Also, I think it's so funny, on productive channels like this, the comment sections tend to be so nice and not toxic. But in all other comment sections on TH-cam they are all toxic. I think it shows the kind the of people you attract when you are doing something great.
@keepOnCoding Great Vid! It seems the use of inheritance in sub-classes and the use of interface implementation in classes are kind of similar. Are there any situations where you would use one or the other?
I think abstract class is use, if you want to make that class contain abstract method and method with implementation, but interface use only to share abstract method without implementation to other class only and share final static variable. Beside that the different is in a class we can extend 1 abstract class only, but otherwise in a class we can implement many interface. So if you want to make 2 superclass with 1 subclass use interface, and if you want to make 1superclass and 2 subclass use abstract class, i think that is the analogy of the hierarchy. CMIIW iam also learning java interface tq
Man really awesome, but im struggling in 5:14 when you talking about creating variables istantiating interfaces. When you reference the interface istantiated to another object (in this case ob=byTwos) you are modifying also the other class (byTwos) or just the interface istantiated? Dont know if I made myself clear.
Could you explain how the method "public void mousePressed(MouseEvent e)" was written? Is there a way to add functionalities to a method in an interface? Thank you!
weirdly i tried to go along the video and do the same in Intelj Idea i made sure everything was the same even names of the class and interfaces, but i got errors in places where there werent in the video , like overrriding printStuff method , it highlights the parameters like there's a mistake , what could be the issue?
thank you for video first, but you just mention about how to use interface. I am confusing of why and when to use interface, it is so hard to find useful material that can describe deeply on that
Everytime when i see this "default" method i fell like what is the "suger coating" done on it. I never found any answer on it. You know what i men, the default access / non-access modifiers
For the first part, the 'Creating an interface' part, you don't really need an interface for what you do... actually you are not even calling the interface at all... You are creating objects of ByTwos or ByThrees classes and calling the getNext method. I"m not sure what are you trying to explain here :(
I like the idea of "real-world examples". In my internship things were much easier to accomplish because the goals were clear. College doesn't do that. Not in my experience.
OK. but it seems like your conflating class and interface. In the portion (around 3:25) where you are explaining implementing interfaces and extending classes you are saying "implement class" and "extend class". Is this the correct wording? Is there a difference between an interface and a class? More importantly, are there different rules when implementing an interface vs implementing a class? Can be a bit confusing if not used to the terminology and rules yet. tx, -C
☕Want to master Java? Get my complete Java course: bit.ly/42mQlXE
Amazing. Truly, I love java. Interfaces alone sell me on the language sooooo much. So damn powerful. Your videos help a lot man! 2 semesters left till I graduate from cal state east bay! Been grinding my java and python and using your leetcode videos to really help. Keep it all up, your content is very real and useful.
Keep it up!
@jaquino94 class of 2021! Done in literally 26 days!
@@tannerbarcelos6880 Good luck!
@@tannerbarcelos6880 hey care to report?
did you finish? did you persist? did you find a job??@@tannerbarcelos6880
Out of all the videos I’ve been looking at on explaining interface your video is by far the easiest to understand. Thank you for that.
I been learning Java for the past year and have watched A LOT of TH-cam tutorials on it. Yours are easily the best out there, straight to the point and easy to understand.
The way you explain it is... I can’t even describe but I learn very quickly and I learn a lot in few short minutes. In class, we spent 3 hours learning about interfaces and I was still confused. Thank you 😊
The most in-depth video. At first, it seemed complicated. But after watching a few times, I have realized that this video actually covers more than 10 credit hours worth of college classes in one 15-minute video. Excellent job man. You are a life saver
00:01 Interfaces in Java allow separation of class interface from its implementation.
01:37 Implementing Java Interface requires implementing all provided methods
03:27 Classes can implement multiple interfaces
05:20 Java interfaces can switch between different class implementations dynamically.
07:11 Variables can be declared in an interface.
09:11 Interfaces in Java can be extended to create sub interfaces.
11:03 Understanding default and static methods in Java interfaces
13:01 Java 9 introduces private methods within interfaces.
Crafted by Merlin AI.
I was struggling to learn some concept's and i regret that i am so late to watch this video. Fundamentals cleared. Thanx.
Literally the first minute of this video explained better what an interface does than the entire book I have to study from. I just didn't understand the point of them. THANK YOU!!!
this was genuinely the BEST video I have seen on interfaces. Complete explanation.. thankyou!
this was super.... Please keep making such good content it helps too much .....
and your way of explaining is just awesome first some theory and then code.
Learned a lot from your videos, your explanations make sense and are straight to the point
Awesome video man! Wish I knew this when I was in AP comp sci
Great explanation! You speak english clearly, It was easy to understand
You speak so crystal clear. Thanks 😊
Best Video at explaining Interfaces, Thanks
This channel is tight. Because of you and Coding with John, I've basically become a PHD in computer science.
Even me whos English isn't that well do understand it by far better than guys in my language are explaining it, by your way of explaining stuff.
You are really calm and on point with your style of explaining it. Respect and thanks.^^
When I need to revisit something your videos are perfect
HI Sam , too good to see u explaining the clear concept
Here during my Final, I just finished part 1 on abstract using comparable. was uncertain how interfaces work. part 3 is generics and I'm pretty good at it. Thanks dog you helped me pass this probably with an A :)
Thank you. Can't believe how much youtube teaches me
Thanks! I had troubles understanding how to use interfaces. This video saved me a lot of time.
That's awesome job, man. I'm declaring that from Russia, we don't have such a clear interface explanation even in paid cources
One of the best explanation of interfaces. Worth every second ❤❤ Thanks @keepOnCoding
Please can you make a video that talk about the first step should I take to become a java developer, what should I learn and how many month it will take.
Sorry for my English.
your videos are like a survival kit, whenever i feel like a topic is too heavy because my professor didn't explain it well, a video of yours pops up and it never fails to give me back hope and make me understand! can't thank you enough!
hope to see more videos man you are such a legend
Wow I never understood interface until I saw this tutorial and might i say it really came handy ass am writing a text this coming week
Wishing you had a Spring Boot tutorial 😅 appreciate your content for sure
I'm learning Java now and the way you explain it really amaze me. Thanks a lot your a big help. new subscriber here.
Nice keyboard sound
:)
Dude you have a good content style
What a great tutorial. Thank you man. Also, I think it's so funny, on productive channels like this, the comment sections tend to be so nice and not toxic. But in all other comment sections on TH-cam they are all toxic. I think it shows the kind the of people you attract when you are doing something great.
@keepOnCoding Great Vid! It seems the use of inheritance in sub-classes and the use of interface implementation in classes are kind of similar. Are there any situations where you would use one or the other?
Great video. Like how you explained a lot of key aspects of interfaces with clarity.
This is great quality material\, my guy. You definitely earned my sub.
Great Video to improve CS Skills
Very well structured and easy to follow. I was having trouble with interfaces. Thanks!
This is super helpful, precise and clear
can you please make the next video on the collection ... because I have seen many tutorials but I think only you can clear concepts of collection.
When would one choose to use Interfaces over. Abstract classes, and vice versa?
I think abstract class is use, if you want to make that class contain abstract method and method with implementation, but interface use only to share abstract method without implementation to other class only and share final static variable.
Beside that the different is in a class we can extend 1 abstract class only, but otherwise in a class we can implement many interface. So if you want to make 2 superclass with 1 subclass use interface, and if you want to make 1superclass and 2 subclass use abstract class, i think that is the analogy of the hierarchy.
CMIIW iam also learning java interface tq
Thanks, this is a very clear explanation and it helped me understand interfaces a lot more!
That was very receivable. Thanks for the info
we all know what " more stuff " he bought on Saturday night , with private method
Great video! Can you do one for abstract classes as well?
This was very helpful... thank you!
Thank you broo, your explanation very detail
Amazing, i'm mexican it's easy to understand you
you are so cool, man! please make videos on the complete java collection framework and data structures and algorithms.
Very nice. Appreciate the effort.
Also so much better than that over the surface trash Lee is uploading.
Awesome video, thanks for making this.
Thank you very much. It was extremely helpful. Good luck.
great work man loved the video keep it up !
Thank you, great explanation.
Great video, much appreciated!
Thank you! I adore your videos. 🥰
Man really awesome, but im struggling in 5:14 when you talking about creating variables istantiating interfaces. When you reference the interface istantiated to another object (in this case ob=byTwos) you are modifying also the other class (byTwos) or just the interface istantiated? Dont know if I made myself clear.
Good teaching skills ❤
Have you thought about making a Java course? Excellent explanation.
Thanks, Brother!!
Can you do a video on intellij keyboard combo s especially the useful ones? Ty dawg
amazing content brother
Awesome explained ☺️
sorry the off topic but what audio interface do you use with your bluebird mic? in your amazon gear is not present; thanks great video btw
GoXLR Mini
Great video! This is a really side question, but what are your thoughts on developing mobile apps using Flutter(Dart) or Android Studio (Java)
Great video! It was very clear!
wow i feel enlightened
Great explanation!!
Could you explain how the method "public void mousePressed(MouseEvent e)" was written? Is there a way to add functionalities to a method in an interface? Thank you!
commenting to help the algorithm
Bro awesome , please cover all basics by weekly videos 😎
Great video, thanks!
I gotta learn your key combo's
Thank you for this very useful tutorial about interfaces, I'm getting started with it and now default methods in interfaces classes are clear to me.
weirdly i tried to go along the video and do the same in Intelj Idea i made sure everything was the same even names of the class and interfaces, but i got errors in places where there werent in the video , like overrriding printStuff method , it highlights the parameters like there's a mistake , what could be the issue?
Thank you very much, sir.☕
Great tutorial!
How about interfaces in Java 9 and how are they different from abstract classes in Java 9 since you can define functions too.
thank you for video first, but you just mention about how to use interface. I am confusing of why and when to use interface, it is so hard to find useful material that can describe deeply on that
Why don't you using composition object instead of interface
You are everything!!!!!!!!!!!! Thank you!!!!!!!
Everytime when i see this "default" method i fell like what is the "suger coating" done on it. I never found any answer on it. You know what i men, the default access / non-access modifiers
Is there any faster way to do this? like Eclips have
GREAT VID
Hi can u be a software engineer and a programmer at the same time, I need answers please.🙏🙏
They're the same thing. There are very few Software Engineer roles if any that does not require programming.
Bro make more videos in Java. Your videos are quite interesting to watch :-)
Wonderful, thank you.
For the first part, the 'Creating an interface' part, you don't really need an interface for what you do... actually you are not even calling the interface at all... You are creating objects of ByTwos or ByThrees classes and calling the getNext method. I"m not sure what are you trying to explain here :(
I like the idea of "real-world examples". In my internship things were much easier to accomplish because the goals were clear. College doesn't do that. Not in my experience.
Thank youuu so much !
Nice job!
Amazing Man!!
I thought we couldn't put variables in interfaces
can you make a video about AOP in java?
Great content
Thank you!
Are Java repositories the same as interfaces?
Is private access modifier allowed in interface?
OK. but it seems like your conflating class and interface. In the portion (around 3:25) where you are explaining implementing interfaces and extending classes you are saying "implement class" and "extend class". Is this the correct wording? Is there a difference between an interface and a class? More importantly, are there different rules when implementing an interface vs implementing a class? Can be a bit confusing if not used to the terminology and rules yet.
tx,
-C