Java Comments
Comment is basically used when we do not want to execute the statement. Type of Java comments There are mainly two type of java comment. Single Line comment. Multi Line comment. Single line comment  :- The single line comment Is used for comment only one line. Syntax:- // this is single line comment (‘//’) Example:- […]