+ 18
What does the first opening curly bracket and the second opening curly bracket mean in java
9 odpowiedzi
+ 17
Ty
+ 15
Ya but what the name s of the 2 brackets
+ 8
In most language, that's where the operation starts and the closing, that's where it ends
+ 4
@ana_victorius the curly braces don't have names but you can call them Larry and Mo if you like.
+ 1
https://www.sololearn.com/Discuss/1819573/?ref=app
Sololearn survey 2019
+ 1
It defines the scope of a particular block of code such as methods , for loops , classes etc...
It denotes the beginning and end...
0
The curly brackets indicates the scope of the class if curly brackets starts after the class.the next curly brackets indicates the scope of the method.
0
cool