java program for comments
Answers
Answered by
1
Javadoc program uses this documentation comments to generate HTML pages of API documentation from Java source code files. Documentation comment must come immediately before a class or interface or method or field definition. A documentation comment has two parts - a description followed by block tags.
ishantripathi:
can u give me a program with a comment
Answered by
1
To understand a programming language you must practice the programs, this way you can learn the language faster. This page includes java programs on various java topics such as control statements, loops, classes & objects, functions, arrays etc.All the programs are tested and provided with the output. If you new to java and want to learn java before trying out these program, then read my
Similar questions