Multiple Choice
In Java,a block comment is 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
Q12: What is the Java expression for 4a<sup>2</sup>
Q12: List the primitive data types Java supports.Indicate
Q14: To mark a block comment for inclusion
Q20: What are the values of the variables
Q27: The Java programming language allows you to
Q29: Write a Java statement to determine the
Q39: In Java,Strings are immutable objects.Immutable objects can
Q40: What does the String method trim)do? Give