I would like to know if there is something like this in Java:
// using JavaScript let ar = [1,2,3]; Math.max(4, ...ar); // ^^^
becau