Which of the following can be used to show the start of a comment in Java? There can be multiple answers to this question. code example
Example: comment in java
//This is single line comment
/*
This is
multi line comment
*/
//This is single line comment
/*
This is
multi line comment
*/