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 »

June/2006
SunMonTueWedThuFriSat
    1 2 3
456 7 8910
1112 13141516 17
181920 2122 23 24
2526 27 28 29 30  

[ Archives News
for 'Developers' ]

June 07, 2006

New Article: Lock_Lint - Static Data Race and Deadlock Detection Tool for C

June 7, 2006 The command-line utility lock_lint analyzes the use of mutex and multiple readers/single writer locks, and reports on inconsistent use of these locking techniques that may lead to data races and deadlocks in multi-threaded applications.

Comment here

More »


©2002-2008Java-Virtual-Machine.net