I'm trying to make an ArrayList
that takes in multiple names that the user enters, until the word done
is inserted but I'm not really sure how. How to achieve that?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
untested code, take it with a grain of salt.
I would probably do it like this -