Name: Anonymous 2017-06-28 6:16
Discuss.
Can you explain why 0123 isn't the number 123Because 0 is an octal literal, just like in every other C-based language.
why int and Integer are different?Because the latter is a class and contains the
int
related methods.