What is the output of the following code segment? Collection coll = List.of("A","B", null); Data Structures What is the output of the following code segment?Collection<String> coll = List.of("A","B", null); Answer: Exception Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.