JVM Languages
compare.txt
Associated article: Sorting in Java & C#
Tags: Database .NET C/C++ JVM Languages Design
Published source code accompanying the article by David Perelman-Hall in which he uses reflection to sort a list of complex types using both Java and C#. Also see COMPARE.ZIP.
Sorting in Java & C# by David Perelman-Hall Listing One package dph; /** Incomplete Employee implementation. Readers can build out this class, and possibly add a reference to an instance of type Project to match what the Animal class does with ...


