Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 7, 2017 01:21
Show Gist options
  • Select an option

  • Save mcupak/53d9bc0ec3344510db540d67d2707d52 to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/53d9bc0ec3344510db540d67d2707d52 to your computer and use it in GitHub Desktop.
jshell> List<String> list = List.of("a", "b", "c")
list ==> [a, b, c]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment