Computer Science, asked by gaurav203, 1 year ago

name and explain two types of separators in java

Answers

Answered by AritraB
3
() -> Encloses arguments in method definitions and calling; adjusts precedence in arithmetic expressions; surrounds cast types and delimits test expressions in flow control statements

{ } -> defines blocks of code and automatically initializes arrays
Similar questions