0
what is WORA?
2 Answers
+ 3
WORA = Write once, run anywhere. This is a slogan to illustrate the cross-platform benefits of Java. Java code is compiled into bytecode that can be run on any device equipped with a Java virtual machine (JVM).
0
write once run any where