ITPEC IP October 2020 Question 8

Source exam: ITPEC IP October 2020Topic: Algorithm and Programming

ITPEC IP October 2020 — Question 8 of 100

Java is an object-oriented programming language designed for platform-independent portability. Java source is normally compiled into bytecode that runs on a compatible Java Virtual Machine, allowing the same program to operate across different systems with suitable JVM implementations.

Answer (c)

Why not others:
- HTML is the markup language used to describe web pages

- FORTRAN was developed especially for scientific and engineering computation

- COBOL was developed especially for business data processing

Key rule: Java combines object-oriented programming with JVM-based portability: compile to bytecode, then run wherever a compatible virtual machine exists.

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.