Comments in Java.

In Java, comments can be used to explain Java code. In Java there are three types of comments - Single line comments, Multi line comments, Documentation comments.

Code :