DATA TYPES, CONSTANTS AND OPERATIONS

DATA TYPES, CONSTANTS AND OPERATIONS

abstract assert boolean break byte case catch char class const continue default do double else enum extends false final finally float for goto if implements import instanceof int interface long   native new null package private protected public return short static strictfp super switch synchronized this throw throws transient true try void volatile while

byte: 8-bit integers
short: 16-bit integer,
int: 32-bit integers
long: 64-bit integers,

\n newline, linefeed (very commonly used)
\” double quote mark
\’ single quote mark
\\ use when a single \ is wanted
\b backspace
\t tab
\f newpage, formfeed (unusual)
\r carriage-return

error: Content is protected !!