Re: JVM Spec Interpretation Question

2006-01-17 Thread Rick McGuire
rohit hitnalikar wrote: Hello Gurus, I am not able to understand the following bit from JVM spec v2.0 which talks about permitted narrowing reference conversions: *From any class type S to any interface type K, provided that S is not final and does not implement K. (An important special cas

Re: JVM Spec Interpretation Question

2006-01-17 Thread Rick McGuire
rohit hitnalikar wrote: Hello Gurus, I am not able to understand the following bit from JVM spec v2.0 which talks about permitted narrowing reference conversions: *From any class type S to any interface type K, provided that S is not final and does not implement K. (An important special cas