tungwaiyip.info

home

about me

links

Blog

< May 2003 >
SuMoTuWeThFrSa
     1 2 3
4 5 6 7 8 910
11121314151617
18192021222324
25262728293031

past articles »

Click for San Francisco, California Forecast

San Francisco, USA

 

New Language Features in JDK 1.5

This slashdot posting points to an interview with Joshua Bloch on the New Language Features in JDK 1.5. Generics is a much awaited enhancement. Today, without the language support, I ask every programmer to minimally document the data type used in a comment, like

  Map userTable;   // username(String) => UserRecord

Still many people fail to do just that. I have to track down the usage of the collection to deduce what data type they are using :(

A generic declaration would be

  Map<String, UserRecord> userTable;

This seems to keep Java collection's light-weight design. It provides some compile time checking and implicit typecasting without the complexity of C++'s template. I still remember spending a lot time debugging the COMPILATION in C++. An compiler error message would spend multiple lines with long and unreadable class names decompose of a template instances...

One reader has pointed out the work on JSR 166 Concurrency Utilities led by Doug Lea. Doug Lea's book Concurrent Programming in Java and the programming library is definitive in this area. It is great that it gets formalized and included in JDK.

2003.05.09 [, ] - comments

 

 

blog comments powered by Disqus

past articles »

 

BBC News

 

Bowen: US uses veto but pressure for Gaza ceasefire is building (08 Dec 2023)

 

Gaza 'safe zone' for millions smaller than Heathrow (08 Dec 2023)

 

Laura Kuenssberg: Ukraine in 'mortal danger' without aid, Olena Zelenska warns (09 Dec 2023)

 

Ryan O'Neal, Oscar-nominated star of Love Story, dead at 82 (09 Dec 2023)

 

Doctor Who: Yasmin Finney on fandom, family and online trolls (09 Dec 2023)

 

'The shame of being told you're inadequate by Ofsted' (09 Dec 2023)

 

France's Emmanuel Macron buffeted from all sides in row over secularism (09 Dec 2023)

 

MPs defeated at election to get help finding a new career (09 Dec 2023)

 

See 'beyond rare' white baby alligator born in US (08 Dec 2023)

 

AI: EU agrees landmark deal on regulation of artificial intelligence (09 Dec 2023)

more »

 

SF Gate

more »


Site feed Updated: 2023-Dec-09 00:00