Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Created February 21, 2018 04:11
Show Gist options
  • Save JohnL4/3464c78c3735b56ec2fa172290fb87ab to your computer and use it in GitHub Desktop.
Save JohnL4/3464c78c3735b56ec2fa172290fb87ab to your computer and use it in GitHub Desktop.
Array literals in Java
someMethod( 12, new String[] {"aaa","bbb","ccc"}, FontType.Bold);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment