Westonci.ca is the Q&A platform that connects you with experts who provide accurate and detailed answers. Experience the ease of finding accurate answers to your questions from a knowledgeable community of professionals. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

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