Java array initialisation…

I didn’t realise i can do this:

final String[] stringArray = {"string0", "string1", "string2"};
  • Share/Bookmark