Java Flashcards
0
Q
Use in a method header
A
Parentheses ( )
1
Q
Marks the beginning of a comment
A
Double slash //
2
Q
Encloses a group of statements
A
Braces { }
3
Q
Encloses a string of characters
A
Quotation Marks “ “
4
Q
Marks the end of a complete statement
A
Semicolon ;
5
Q
To advance the curser to a new line
A
\n