공부
[Java] Deep copy Date
승가비
2020. 1. 18. 19:58
728x90
Date original = new Date();
Date copy = new Date(original.getTime());
728x90