comments in java
----------------
Java supports 3 types of comments
i)c comment
/*
comments
*/
ii)cpp comment
//single line comments
iii)java doc
/**
comments
*/
comments increases readability.
----------------
Java supports 3 types of comments
i)c comment
/*
comments
*/
ii)cpp comment
//single line comments
iii)java doc
/**
comments
*/
comments increases readability.
No comments:
Post a Comment