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
Question
Which of the following is a compiled language?
Options
- APerl
- BJScript
- CJava
- DPowerShell
How the community answered
(20 responses)- C95% (19)
- D5% (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
Community Discussion
No community discussion yet for this question.