Comments
Three ways of commenting :
1. Comment on rest of the line :
// rest of this line is a comment
2. Multiple line comments :
/* This is a multiple line comment
like in C or C++
*/
3. JavaDoc Comments :
/**
* This comment will be included
* in documentation
* generated with 'javadoc'.
*/
Previous slide
Next slide
Back to first slide
View graphic version