SumitM (@sumitm_x) 's Twitter Profile
SumitM

@sumitm_x

Author of a bestselling Java e-book | All Books links in the pinned tweet

topmate.io/interviewswith…

ID: 1403220296375570438

linkhttps://topmate.io/interviewswithsumit/1261828 calendar_today11-06-2021 05:19:33

24,24K Tweet

21,21K Takipçi

1,1K Takip Edilen

SumitM (@sumitm_x) 's Twitter Profile Photo

What is a DTO(Data Transfer Object) and Why Use Them? Let’s say you have two entity classes in your Spring Boot app: class Account { Long id; String type; Double balance; Customer customer; } class Customer { Long id; String name; String email; }