Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > comment > Java comment |
| Java comment comparison table | ||||
| Subject | have example | is a subtopic of | is a kind of | have form |
|---|---|---|---|---|
| comment | Programming Style Guidelines | programming language construct | ||
| Java comment | executeMeToo(); /* This is to be ignored | The Basics of Java | comment | '/*' comment '*/' or two slashes '//' indicating that the rest of the line is to be considered a comment |
Up: comment