Comment

Intellij idea comment hotkey
Ctrl + / => comment or uncomment a line -> //Ctrl + shift + / => comment or uncomment block of code -> /**/Ctrl + y => delete a line.Ct...
C code comment style
C-style. C-style comments are usually used to comment large blocks of text or small fragments of code; however, they can be used to comment single lin...