Inline array definition in Java October 29, 2020 // 1 Comment There are occasion when it is more convenient to create an array inline. Here are several way to declare and initialise primitive arrays and java.util.Lists type arrays. [...]