Completed
Context
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Var with Style - Local Variable Type Inference in Java 10
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is type inference
- 3 Where can var be used
- 4 Reassignment
- 5 Examples
- 6 Controversy
- 7 When to not use var
- 8 Principles
- 9 Strawman example
- 10 Try with Resources example
- 11 Try with Providers example
- 12 Generics example
- 13 Programming to the interface
- 14 Context
- 15 Example Code
- 16 Sample Code
- 17 Summary