posted 24 years ago
You're right. There are a lot of areas that require knowledge of what happens at compile-time vs. run-time and vice versa (i.e, casting, overriding/hiding, checked and unchecked exceptions, etc). My advice to you is to search on keywords such as "hidden", "cast", "polymorphism" etc. There were a lot of good discussions on these areas in this site and you can pick up a lot of knowledge here.
Of course, if you have the time and the motivation, the best source for this information is the JLS.
[This message has been edited by Betty Reynolds (edited April 16, 2000).]