> What is a comment in java programming?

What is a comment in java programming?

Posted at: 2014-12-18 
It is usually a brief description usually telling what the code after it does. This can be done in two ways

// this way is for one line descriptions

/* this way is usually for commenting out entire blocks of code to test other parts of the program without this piece

*/

The first way is a single line comment and the second shows how to do a multiline comment

It is really difficult you would need to be goo in math to take it