comments in java

Published: 29 September 2022
on channel: Gua Java
47
4

comments are the Statements that are not executed by the compiler because compiler ignores comments.
Comments provide information regarding:
The program
the classes
the methods etc.
We can also comment code to hide it and that piece of code will also not execute.
There are three types of comments in java:
Single line comments
Multiline comments
Documentation comments
Single line Comments:
As name shows single line comments are on one line
Single line comments starts with //
E.g.
//this program will print hello world
Multiline Comments:
If your comment expands over more than one line use multiline comments
Multiline comments starts with /* and ends at */
E.g.
/*
this is a multiline comment.
as it expands over more than one lines
*/
documentation comments are also like multiline comments but they contain special tags which are used in documentation.


On this page of the site you can watch the video online comments in java with a duration of hours minute second in good quality, which was uploaded by the user Gua Java 29 September 2022, share the link with friends and acquaintances, this video has already been watched 47 times on youtube and it was liked by 4 viewers. Enjoy your viewing!