Inflearn Community Q&A
16:35초 지점에서 userRequest를 Array<UserRequest>가 아닌 List<UserRequest>로 하는 이유가 무엇인가요?
Written on
·
262
0
일단 JSON 데이터는 배열로 오는 것을 가정한다면,
Array가 아닌 List<>로 받는 이유는 무엇인가요?
spring-bootJUnitMVCrest-api
Answer
This question is waiting for answers
Be the first to answer!




