Answer:
C) Highly portable
Step-by-step explanation:
This means they can run on any computer or platform that supports Java without the need for recompillation.
This idea is popularly called WORA that is Write Once Run Anywhere.
Software Applications written in Java are compiled to bytcode (.class) which are intended to run on the Java Virtual Machine (JVM) irrespective of the architecture of the computer or device.