Results 1 to 1 of 1
Thread: How to write code comments
-
How to write code comments
Java Code:public class Comment { // This is a one-line comment; it extends to the end of the line. /* * This is a delimited comment, extending over several lines. */ int /* This delimited comment extends over part of a line */x = 117; }"The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room." - Blaise Pascal
Similar Threads
-
What are you using to write your code?
By CaptainMorgan in forum New To JavaReplies: 948Last Post: 05-21-2013, 12:41 PM -
a simple code (cldc or midp) to write a text file ouside of the application package
By sina in forum CLDC and MIDPReplies: 3Last Post: 12-12-2008, 12:12 PM -
Comments
By Java Tip in forum Java TipReplies: 0Last Post: 12-19-2007, 08:43 AM -
Eclipse - comments
By Java Tip in forum Java TipReplies: 0Last Post: 11-07-2007, 02:56 PM -
Comments in java code
By lenny in forum New To JavaReplies: 3Last Post: 07-25-2007, 07:59 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks