Hello,
this question is related to the the other topic discussed here:
http://stackoverflow.com/questions/1266940/is-java-bytecode-compatible-with-different-versions-of-java
but in this case would like to know whether compatibility is preserved within the same version but on different updates.
For example, is bytecode generate by the compiler on version 1.6.0_14 compatible with JVM on 1.6.0 ? Code runs happily but I don't know whether there is any issue which might arise unexpectedly.
Regards.