Forum Controls
Spotlight Features

The Rich Engineering Heritage Behind Dependency Injection

Andrew McVeigh takes us on a tour of the rich heritage behind dependency injection, what it represents, and tells us why its here to stay.

NetBeans 6: Matisse Updates

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.

Introduction to Groovy Part 3

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.

Easier Custom Components with Swing Fuse

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.

Benchmark Analysis: Guice vs Spring

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.
Replies: 2 - Pages: 1  
  Click to reply to this thread Reply

Yet More Java Puzzlers

URL: Yet More Java Puzzlers

At 5:43 PM on Feb 28, 2006, Matthew Schmidt wrote:

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.

Watch the whole presentation now!
3 . At 2:26 AM on Apr 13, 2006, sharad nangia wrote:
  Click to reply to this thread Reply

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
4 . At 5:55 PM on Sep 5, 2006, knopfler wrote:
  Click to reply to this thread Reply

Re: Yet More Java Puzzlers

thanks very much for posting it

thread.rss_message