📜  如何在java代码示例中添加注释

📅  最后修改于: 2022-03-11 14:52:32.708000             🧑  作者: Mango

代码示例1
Its actually called a comment, but you can make a single line one
//with two forwards slashes
/*
Or make a multi line comment with
a forward slash followed by an asterisk.
You can close the multi line comment
with an asterisk followed by a forward slash
*/
Hope that helped :D