NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
At JavaPolis 2005 in Antwerp, Josh Bloch and Neal Gafter presented 8 more Java puzzlers from their acclaimed book. Listen in and follow along as they twist your brain with these unique puzzles.
The answers provided in the morals are too childish or too superficial rather than accurate technical answers.
For e.g.
Moral provided for "Animal Farm" doesnt provide the actual tech answer as to why equals and not "==".
The answer should have been, when the operator "==" is used to compare two objects, its doesnt compare the contents of 2 objects but rather it compares its address space.
Yet More Java Puzzlers
URL: Yet More Java Puzzlers
At 5:43 PM on Feb 28, 2006, Matthew Schmidt wrote:
Fresh Jobs for Developers Post a job opportunity
Watch the whole presentation now!
2 replies so far (
Post your own)
Re: Yet More Java Puzzlers
The answers provided in the morals are too childish or too superficial rather than accurate technical answers.For e.g.
Moral provided for "Animal Farm" doesnt provide the actual tech answer as to why equals and not "==".
The answer should have been, when the operator "==" is used to compare two objects, its doesnt compare the contents of 2 objects but rather it compares its address space.
Message was edited by:
sharad nangia
Re: Yet More Java Puzzlers
thanks very much for posting it