0

How to use these codes ?

// Double slash to start a single line comment. /* A multi line comment section // Where you can even drop a single line comment End with with asterisk rule */ /****** can even make a javadoc support comment for further development skills */

14th Sep 2016, 9:31 PM
Tamim Khan
Tamim Khan - avatar
4 Answers
+ 3
You can use comments to add notes to your code, or to dummy out a block of code you want to be able to put back easily.
14th Sep 2016, 9:41 PM
Zen
Zen - avatar
+ 1
by using comments u can provide information of your operation and any third party can understand your program easily
18th Sep 2016, 9:36 AM
jineha
0
yes the comment system is amazing in java programming mate, I love it.
14th Sep 2016, 10:04 PM
Tamim Khan
Tamim Khan - avatar
0
ii is used to understand program easily for non decelopers
20th Sep 2016, 2:49 AM
Harshav Vardhan
Harshav Vardhan - avatar