What's the use of Local type variable inference in Java 10 ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What's the use of Local type variable inference in Java 10 ?

25th Aug 2019, 10:09 AM
Kabir
Kabir - avatar
1 ответ
0
short syntax with type of variable in methods and loops or if you are not sure what type is returned from the API method and doesn't matter it. :) var s = System.out; s.println(); or if you are good in Javascript but you need learn java
25th Aug 2019, 11:57 AM
zemiak