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

 

Donald Trump liable for business fraud, says judge in New York civil case (27 Sep 2023)

 

Nagorno-Karabakh: More than 40,000 refugees flee to Armenia (26 Sep 2023)

 

Climate change: Six young people take 32 countries to court (27 Sep 2023)

 

Mexico: Bear gatecrashes picnic leaving onlookers frozen (26 Sep 2023)

 

Drive-thru worker draws gun on 'missing curly fries' customer (27 Sep 2023)

 

S Jaishankar: India asks Canada for information on Sikh leader's murder (27 Sep 2023)

 

'They bombed everywhere': Survivors recount Karabakh attack (27 Sep 2023)

 

Russia shows video to prove top commander is alive (27 Sep 2023)

 

Owner's husband arrested in Bronx nursery fentanyl child death (26 Sep 2023)

 

Biden dog Commander bites another Secret Service agent (26 Sep 2023)

more »

 

SF Gate

more »


Site feed Updated: 2023-Sep-27 03:00