Created
February 21, 2018 04:11
-
-
Save JohnL4/3464c78c3735b56ec2fa172290fb87ab to your computer and use it in GitHub Desktop.
Array literals in Java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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