Skip to content

G-khan/java10-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Java 10 Local Variable Type Inference with Examples

  • Java has var style declarations with java 10.
  • It allows to declare a local variable without specifying its type.
  • The type of variable will be inferred from type of actual object created.

All var examples including with fail cases in this repository.

About

Java 10 Local Variable Type Inference with Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages