Mattias Jiderhamn wrote: > Can code using the Collections API (java.util.List, java.util.Map, ...) > and compiled using JDK 1.2 be run under JDK 1.5, where the Collections > API is implemented with generics...? Yes. But new tech is always better at supporting old tech than vice versa. -jh-