Single line, multiple line and document line.
Single line start form anywhere on a line with two forward slashs (//).
Multiple comment start with forward slash followed by an asterisk (/*) and end with asterisk followed by slash .
Document comment start with three forward slashes(///).