Java #17 – Equality
This video explains why “==” doesn’t always work like you’d expect, and how to override .equals
Java Programming Tutorials and Videos
This video explains why “==” doesn’t always work like you’d expect, and how to override .equals
This video takes you through the Android software stack, the Dalvik VM, and setting up the Android SDK with the Eclipse environment. Video Producer: Marakana
This video from the Devoxx 2010 conference discusses the future of Java, the language, platform, eco-system, community with input from Oracle, Google, SpringSource, a JCP member, a JUG leader and functional language expert. The discussion panel will be moderated by our JavaPosse friends: Dick Wall and Joe Nuxoll.
Much has been made of having more expressive languages for the JVM. The recent explosion of interest in alternative JVM languages has shown there’s a need for something better. But have Scala, Groovy, Fantom achieved this goal? We’ll look at Mirah, which attempts to implement Ruby’s apparent features directly atop …
This talk will describe various Java coding mistakes made by experienced developers in production code. You’ll learn things to watch out for, and various techniques for finding the mistakes. In practice, code contains lots of mistakes that don’t cause serious problems in practice, so I’ll suggest ways to focus on …
This video shows how to create multiple constructors for the same class in Java.