Alex Martelli <[EMAIL PROTECTED]> writes:

> Java's typechecking IS enforced at runtime just about each and every  
> time you cast something (I'm told the need for casting has diminished  
> with Java 1.5's generics, but I have no experience of 1.5; earlier,  
> casts abounded each time you used containers, since they contained  
> Object instances).

The same casts as before are still performed at runtime, even if the
genericized source would appear to not imply them.

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to