Multiple choice technology programming languages JAVA promised which one of these? Write Once, Run Anywhere Read Once, Write Anywhere Read Once, Run Anywhere Write Twice, Run Once Reveal answer Fill a bubble to check yourself A Correct answer Explanation Java's core promise is 'Write Once, Run Anywhere' (WORA), enabled by the Java Virtual Machine (JVM). This means compiled Java code can run on any platform supporting JVM without recompilation. The other options are incorrect.