Posts by Ricardo Mantovani • 1 point
1 post
-
0
votes1
answer54
viewsQ: Unchanging collection adding strings
I’m starting java programming and I’m having a problem creating an immutable collection. Below is what I created: package br.com.estudos; import java.util.Collection; public class…