Java 9 Private Methods in Interface Example Tutorial

Published: 11 March 2020
on channel: Java Guides
2,446
50

Java 9 onward, we can able to include private methods in interfaces. Using private methods, now encapsulation is possible in interfaces as well.

In this video tutorial, we will learn how to create private methods in an interface with an example.

Read the blog post at https://www.javaguides.net/2019/12/ja....

#java #javaguides #java9