Explain the List.of method introduced in Java 9.January 23, 2025 A Explain the List.of method introduced in Java 9. List.of creates immutable lists: List list = List.of(“a”, “b”, “c”); Share Post : Post navigationPrevHow does Collectors.teeing work in Java 12?NextWhat is the NullPointerException feature in Java 14?