James Ward is a Java Champion and Google’s Kotlin Product Manager. In a podcast, Ward agreed that “people are still trapped in the Java world” and called default mutability in Java the “trillion-dollar mistake”. In this interview, he speaks about the stat... (more…)
Read more »
Java enums will be enhanced with generics support and with the ability to add methods to individual items, new JEP shows. Both features can be delivered with one single change, reason for which they're bundled together. The change only affects the Java co...
Read more »
Daniel Shaya speaking to the LJC on 31st October 2018. Huge thanks to London Java recruiters RecWorks for organising this meetup. Latest jobs here: https://r... (more…)
Read more »
Java loops are used to repeat the execution of a statement or block of statements while the provided condition returns true. (more…)
Read more »