Content deleted Content added
→Literals: Fixed typo Tags: Mobile edit Mobile app edit |
|||
Line 171:
|}
Integer literals are of <code>int</code> type by default unless <code>long</code> type is specified by appending <code>L</code> or <code>l</code> suffix to the literal, e.g. <code>367L</code>. Since Java SE 7 it is possible to include underscores between numbers to increase
===Variables===
|