nerdexam
CompTIA

FC0-U61 · Question #17

Which of the following is a compiled language?

The correct answer is C. Java. Java is the best answer of the ones presented, but strictly speaking Java isn't a 'true' compiled language. Java source code is 'compiled' to create Java object code which requires a Java runtime engine to execute the code on the computer. A true compiled language (e.g. C++) is c

Software Development

Question

Which of the following is a compiled language?

Options

  • APerl
  • BJScript
  • CJava
  • DPowerShell

How the community answered

(20 responses)
  • C
    95% (19)
  • D
    5% (1)

Explanation

Java is the best answer of the ones presented, but strictly speaking Java isn't a 'true' compiled language. Java source code is 'compiled' to create Java object code which requires a Java runtime engine to execute the code on the computer. A true compiled language (e.g. C++) is compiled to machine code which will execute directly against the target host platform (e.g. Intel

Topics

#compiled language#programming languages#Java

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice