Completed
Lambda Metafactory: API
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java 8 for Compiler Writers - New VM Features and Language Enhancements
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 New Java SE 8 VM-related Features
- 3 Default Methods: Overview
- 4 Default Methods: Class File Format
- 5 Default Methods: Permitted Interface Flags
- 6 Default Methods: Permitted Invocation Forms
- 7 Default Methods: Semantics of Invocation
- 8 Default Methods: Maximally Specific Methods
- 9 Default Methods: Maximally Specific Example
- 10 Default Methods: Resolution
- 11 Default Methods: Semantics of invokeinterface
- 12 Default Methods: Semantics of invokevirtual
- 13 Default Methods: Semantics of invokestatic
- 14 Default Methods: Semantics of invokespecial
- 15 Default Methods: Summary
- 16 Lambda Metafactory: Overview
- 17 Lambda Metafactory: Contract
- 18 Lambda Metafactory: API
- 19 Lambda Metafactory: Relevance
- 20 Type Annotations: Overview JSR 308
- 21 Type Annotations: Class File Attributes
- 22 Type Annotations: Accessing
- 23 Parameter Reflection