Page 1 of 1

Re: About Question enthuware.ocajp.i.v7.2.1375 :

Posted: Thu Aug 11, 2016 9:25 am
by sivarama2794
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

Re: About Question enthuware.ocajp.i.v7.2.1375 :

Posted: Thu Aug 11, 2016 12:38 pm
by admin
What happened when you tried it out?

Re: About Question enthuware.ocajp.i.v7.2.1375 :

Posted: Thu Aug 11, 2016 10:21 pm
by sivarama2794
Its saying can't resolve the symbol
Thank you my doubt is cleared.