Java Virtal Machine.net

[ News ] rss

March 15, 2010

Joe Darcy: Beware of Covariant Overriding in Interface Hierarchies. One of the changes to the Java programming language made back in JDK 5 was the introduction of covariant returns, that is, the ability in a subtype to override a method in a supertype and return a more specific type. For example,

More »

March 14, 2010

Stephen Colebourne: Java language design by use case. In a blog in 2006 Neal Gafter wrote about how language design was fundamentally different to API design and how use cases were a bad approach to language design. This blog questions some of those conclusions in the context of the Java language.

More »

August/2008
SunMonTueWedThuFriSat
     1 2
34 5678 9
10111213141516
17181920 2122 23
2425 26 27 2829 30
31      

[ Archives News ]

August 25, 2008

AMD64 Instruction-Level Debugging With dbx

category: Developers

This article details how to use the dbx debugger efficiently to display the contents of memory at specified addresses, and how to display machine instructions.

Comment here

More »


Sun Blueprint: Energy Efficient Datacenters

category: Main

Learn how Sun manages cross-functional organizations and various datacenter types; all of which share physical design, power, cooling and connectivity to achieve greatly reduced energy consumption.

Comment here

More »


©2002-2008Java-Virtual-Machine.net