TizzyT

Java Comments

Jan 24th, 2016
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. // Here is a single line comment
  2.  
  3. // Here
  4. // are
  5. // several
  6. // single
  7. // line
  8. // comments
  9.  
  10. /*
  11.    Here
  12.    is
  13.    an
  14.    example
  15.    of
  16.    a
  17.    block
  18.    comment
  19. */
  20.  
  21. /* Here
  22.    is
  23.    another
  24.    example
  25.    of
  26.    a
  27.    block
  28.    comment */
Advertisement
Add Comment
Please, Sign In to add comment