Some characters are used as separators
() parentheses
{} Braces
[] Brackets
; semicolon
, Comma
. Period
In this video we will only discuss the use of parenthesis () or also known as round brackets which is as follow:
1.Used to contain lists of parameters in method definition and invocation.
2.Also used for defining precedence in expressions
3.containing expressions in control statements
4.surrounding cast types.