DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Engineering Lecture from javaday.bg by Nayden Gochev/ Ivan Ivanov and Mitia Alexandrov

1. TRADER.BG® 2. Bulgarian Java user group • http://java-bg.org • http://groups.google.com/group/bg-jug 3. Agenda • Java 7 yes.. 7 • Java 8 – Static methods on…

Software Java8 - Interfaces, evolved

1.Interfaces, evolved 2. Interfaces, evolved static methods default methods traits functional interfaces 3. Static Methods 4. Static Methods //No different from static methods…

Technology Java 8 Lambda Expressions

1. LAMBDA EXPRESSIONS JAVA 8 2. INTERFACES IN JAVA 8 • In JAVA 8, the interface body can contain • Abstract methods • Static methods • Default methods • Example…