jvm

If I compiled a java file in the newest JDK, would an older JVM be able to run the .class files?

Does the bytecode depend on the version of the java it was created with? I hope the question is clear. Thanks. ...