Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Get immediate answers to your questions from a wide network of experienced professionals on our Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

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