You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
1
-
# New features from Java 10 and 11
2
-
Code examples to demonstrate the new features from Java 10 and 11 release.
1
+
# Local Variable Type Inference
2
+
Th local variable type inference is a feature released in Java 10, that enable to developers the possible to skip type declaration when implement local variables.
0 commit comments