Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > comment > Java comment
Upcomment

Java comment comparison table
Subject have example is a subtopic of is a kind of have form
comment Programming Style Guidelinesprogramming language construct 
Java comment
executeMeToo(); /* This is to be ignored
and this too */
The Basics of Javacomment'/*' comment '*/' or two slashes '//' indicating that the rest of the line is to be considered a comment

Upcomment