07 October 2010
0 How to add Comments in Java
How to add Comments in Java
In java, two kinds of commenting options are available, single line comments and multiline comments.
A single line comment in Java will start with //
A multi line comment starts with a /* and ends with a */
Single Line Comments in Java
Multi-Line Comments in Java
In java, two kinds of commenting options are available, single line comments and multiline comments.
A single line comment in Java will start with //
A multi line comment starts with a /* and ends with a */
Single Line Comments in Java
// This is a single line comment in Java
Multi-Line Comments in Java
/* This is a multi line
comment
in Java */
comment
in Java */
Subscribe to:
Post Comments (Atom)
0 comments:
Please give your valuable comments.