Re: About Question enthuware.ocajp.i.v7.2.1375 :
Posted: Thu Aug 11, 2016 9:25 am
Hello Paul,
long z = _123_456L; is invalid because it starts with underscore right
identifier name can start with _ but the values of the variable should not start with _
is this same for int and other primitives
for eg int y = _23; is this legal r illegal
long z = _123_456L; is invalid because it starts with underscore right
identifier name can start with _ but the values of the variable should not start with _
is this same for int and other primitives
for eg int y = _23; is this legal r illegal