Multiple choice

To distribute your app to different platforms, how many Java version do you need to create?

  1. Two versions

  2. One for each platform

  3. Just one version

  4. Ask Prof. Itauma

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Java's 'write once, run anywhere' philosophy means that a single compiled bytecode version can run on any platform with a compatible JVM.