name and explain two types of separators in java
Answers
Answered by
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
{ } -> defines blocks of code and automatically initializes arrays
Similar questions