You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Write Once, Run Anywhere” (WORA) - The promise that made Java a legend!
Java's official slogan - introduced by Sun Microsystems when Java was launched in the mid-1990s.
What it means?
We can write Java code on one platform (say, Windows), compile it to bytecode, and then run it anywhere — Linux, macOS, embedded systems — as long as a
Java Virtual Machine (JVM) exists there.
We don’t need to rewrite our code for each OS.
Facts:
Created by James Gosling at Sun Microsystems in 1995.
Originally called Oak, renamed to Java (inspired by coffee!)
Platform-independent thanks to the JVM (Java Virtual Machine)
Runs billions of devices — from Android apps to ATMs!