Just wondering what others in the Java world usually do with recompiling their binaries when they upgrade their applications servers or JVMs? Is it really necessary? Thanks!
update: just want to clarify. The recompiling meant to recompile the code with JDK version same as the upgraded one on the servers. In other words, currently our code is compiled with JDK 1.5 and our server is JVM 1.5. If we upgrade our server to JVM 1.6, does it make sense to recompile the code with JDK 1.6?