Java Complete Tutorial Ep. 33 - Static & Private Interface Methods

Java Complete Tutorial Ep. 33 - Static & Private Interface Methods

Channel:
Subscribers:
32,299
Published on ● Video Link: https://www.youtube.com/watch?v=LOqbHhMIshI



Category:
Tutorial
Duration: 6:27
508 views
30


In this episode I show you guys how to work with Static and Private interface methods in Java. Static methods are the same as before,
but this time the only difference is that we can use them within our Interfaces. Private methods are simply methods that can only be used inside of your Interface, but they save you from needlessly repeating code over and over.
Extra Resource: http://www.informit.com/articles/article.aspx?p=2832415&seqNum=2

Stay Connected and Updated!! 👁
Discord: https://discord.gg/vWsX9rj
More Videos coming soon.
Leave a comment for any future video suggestions.







Tags:
static
java interface
java static
learn java
java 8
java 9
interface
private methods
interface in java
java default methods
java interfaces
default and static methods in java 8 interface