|
|
|
|
|
by vbezhenar
896 days ago
|
|
I write Java for 15 years and I've yet to encounter a single JVM bug or incompatibility. It's always application to blame. The only exception is Java 9 which removed some Java EE dependencies from JDK, but that's easily solved. Just an example: I'm running application on Java 21 which uses Oracle 9i driver that was compiled for Java 1.4 and it works fine. |
|