C. Java
Explanation:
Java is a compiled programming language. Java code is first compiled into bytecode using the Java Compiler (javac). Then, the Java Virtual Machine (JVM) interprets and executes the bytecode on any platform that has a JVM, making it a platform-independent language (following the "write once, run anywhere" principle).
Why the other options are incorrect:
A. Perl – Perl is an interpreted scripting language, meaning it runs without compilation. The interpreter reads and executes the script directly.
B. HTML – HTML (HyperText Markup Language) is not a programming language; it is a markup language used for structuring web pages. It does not get compiled.
D. Python – Python is an interpreted language, meaning the Python interpreter executes code directly without needing a separate compilation step.
The following languages are compiled:
C++
C#
COBOL
PASCAL
Java - (Also, Interpreted does both)
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.FC0-U61 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lexxone
2 months agoDion79
6 months ago