Write, compile, and test a class that uses the command window to display thefollowing statement about comments:“Program comments are nonexecuting statements you add to a file for the purpose ofdocumentation.”Also include the same statement in three different comments in the class; eachcomment should use one of the three different methods of including comments ina Java class. Save the class as ...