ITPEC IP October 2018 Question 9
ITPEC IP October 2018 — Question 9 of 100
Java is an object-oriented programming language designed to provide platform-independent portability. Java source is normally compiled to bytecode, which can run on different systems through a compatible Java Virtual Machine.
Answer (c)
Why not others:
- HTML is the markup language used to describe web pages
- FORTRAN was developed primarily for scientific and engineering calculation
- COBOL was developed primarily for business-oriented data processing
Key rule: Java's JVM-based execution model supports the principle of compiling once and running the resulting bytecode across supported platforms.
AI-generated — may contain errors
The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.
This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.