Some characters are used as separators such as:
() parenthesis
{} Braces
[] Brackets
; semicolon
, Comma
. Period
this video describes the use of brackets and semicolon in java:
-Use of brackets [] or square brackets
---- Brackets are Used to declare array types
----brackets are Also used when dereferencing array values.
-Use of Semicolon ;
----Semicolon is used to terminate the line