Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Created March 7, 2014 06:07
Show Gist options
  • Save chrisjlee/9406080 to your computer and use it in GitHub Desktop.
Save chrisjlee/9406080 to your computer and use it in GitHub Desktop.
OCAJCP questions - char types
// 2.1.3 - Chars
char c2 = '122'; // Does this compile? What does this become?
char c2 = '\u0122'; // Does this compile; if so what is the value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment