There are two ways of creating comments, notes and remarks in programming, using the characters // and /* */.Usage is: // Comment... /* Comment... */.