• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
 A sneak peek at some new features(Project Coin) AbhishekAsthana
 
Underscores in numbers
y
T
o improve readability.
intnewInt= 55_12;float newFloat= 1234_3456.36f;long newHex= 0x123A_34BL;intnewOct= 023_42;
 
N
ew Binary literal
y
B
inary joins the Decimal, Octal, Hexadecimal club
inthex = 0x56B;intoct= 0677;intbinary = 0b11001;
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...