Multiple Choice
To mark a block comment for inclusion in the Javadoc documentation,the block must be delimited by:
A) /** */
B) */* */
C) **/ /*
D) **/ */
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: How is the % modulus)operator used? What
Q6: Why is using named constants a good
Q9: What is the Java expression for 27xy?<br>A)27
Q10: Which operator is used to concatenate two
Q12: What is the Java expression for 4a<sup>2</sup>
Q12: List the primitive data types Java supports.Indicate
Q16: In Java,a block comment is delimited by:<br>A)*/
Q27: The Java programming language allows you to
Q29: Write a Java statement to determine the
Q40: What does the String method trim)do? Give