♦ Multi-Line Comments in Java
♣ Example2: Multi-Line Comments in Java
Below is the representation of Multi Line Comment.Basic Syntax
/* Iam multi line comment ofcourse*/
Syntax Explanation:
adding code in between "/* */" will comment the code
In this example, Multi-Lines are commented. Example
Input:
Output: