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 »

February/2007
SunMonTueWedThuFriSat
    1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
1819 20 21 22 23 24
25 26 27 28   

[ Archives News
for 'Java Technology' ]

February 22, 2007

Processors.com: Trends In Servers: From Cooling To Blades, Servers Are Going Through Subtle Shifts

As small to midsized enterprises work to make their servers more efficient, they can expect to see shifts in what type of...

Comment here

More »


HPCwire: Picking the Right Trends

Because high performance computing lives on the leading edge of information technology, predicting the path of HPC is like forecasting the future...

Comment here

More »


You Got What It Takes

Feature Article: y on How to Write a Custom Swing Component Java Today: Gosling named to Order of Canada, NetBeans 6.0 Milestone 7, and Does Swing need Saving? Weblogs: Filing bugs, component model motivation, and while client-side Java will succeed...

Comment here

More »


How to Write a Custom Swing Component

You want a GUI component with a unique behavior, and Swing doesnt offer exactly what you need. So what do you do, go without? Hardly. Swings flexibility allows you to develop custom components with any functionality you care to model and render. Substa...

Comment here

More »


©2002-2008Java-Virtual-Machine.net