IDNLearn.com provides a collaborative environment for finding accurate answers. Explore thousands of verified answers from experts and find the solutions you need, no matter the topic.

How are comments in a Java program treated by the compiler?


A) They are converted.

B) They are interpreted.

C) They are ignored.

D) They are coded.


Sagot :

Answer:

D) They are coded.

Explanation:

Java comments are notes in a Java code file that are ignored by the compiler and runtime engine. They are used to annotate the code in order to clarify its design and purpose. You can add an unlimited number of comments to a Java file, but there are some "best practices" to follow when using comments.

The answer is they are codee