Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to add a note in java

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
 
PREVIOUS NEXT
Tagged: #add #note #java
ADD COMMENT
Topic
Name
7+2 =