McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which of the following denotes a javadoc...
Q.
Which of the following denotes a javadoc comment?
A.
//#.
B.
/*.
C.
/**.
D.
//**.
Answer» C. /**.
3.6k
0
Do you find this helpful?
37
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Java language has support for which of the following types of comment ?
What output is displayed as the result of executing the following statement?System.out.println ("// Looks like a comment.");
What is the correct JavaScript syntax to insert a comment that has more than one line?
______ must be the first non comment statement in the file.
A single-line comment begins with a ________ and ends at the end of the line.
Given the following declarations String s1=new String("Hello") ; String s2=new String("there"); String s3=new String(); Which of the following are legal operations?
Which of the following statements about the Java language is true?
Which one of the following is a valid identifier in java?
Which one of the following is a jump statement in java?
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?