1
The new operator
Answer: Option [C]
Answer: Option [A]
Java supports three types of comments.
(i)Single line i.e. line e.g. //comment
(ii)Multi line i.e. block e.g. /*comment*/
(iii)Javadoc comments e.g. /**comment*/